INtime SDK Help
lncDeleteSection

Delete a section with all contained parameters. Not all sections can be deleted. No check is done if it makes sense to delete a certain section.  

DWORD lncDeleteSection(
LPCSTR szNode,
DWORD dwSection
);

Parameters

szNode
(in) the name of the local node; ignored for system sections.
dwSection
(in) the section containing the parameter.

Return values

Zero for success or an error code on failure.

Errors

LNCE_SECTION_NFND, LNCE_NOACCESS, LNCE_READERR, LNCE_NODE_NFND.

Requirements

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

LNC