INtime SDK Help
lncAdvDelSection

Deletes an advanced section with all its parameters.

DWORD lncAdvDelSection( 
LPCTSTR szNode,
LPCTSTR szSection);

Parameters

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

Return values

Zero for success or an error code on failure.

Errors

LNCE_NODE_NFND
there is no node with the given name
LNCE_SECTION_NFND
there is no section with the given name

Requirements

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

LNC