INtime SDK Help
lncAdvAddSection

Adds a section to the set of advanced sections.

DWORD lncAdvAddSection( 
LPCTSTR szNode,
LPCTSTR szSection);

Parameters

szNode
(in) the name of the local node.
szSection
(in) the name of the section to be added.

Return values

Zero for success or an error code on failure.

Errors

LNCE_NODE_NFND
there is no node with the given name
LNCE_EXIST
there is already a section with that name

Requirements

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

LNC