INtime SDK Help
lncRenameNode

Changes the name of an existing node.  


DWORD lncRenameNode(
LPCSTR szOld,
LPCSTR szNew);

Parameters

szOld
(in) the name of the local node.
szNew
(in) the new name of the local node.

Return values

Zero for success or an error code on failure.

Remarks

Remarks go here.

Errors

LNCE_TEMPLATE

Requirements

Versions Defined in Include Link to
INtime 5.2 intime/nt/include/lnc.h lnc.h lnc.lib
See Also

LNC