INtime SDK Help
lncAdvEnumSections

Enumerates advanced sections for a node.

DWORD lncAdvEnumSections( 
LPCTSTR szNode,
DWORD iSection,
LPCTSTR* ppszSection);

Parameters

szNode
(in) the name of the local node.
iSection
(in) the serial number of the section; the first section has number zero.
ppszSection
(out) pointer to a string pointer that is set to point to the section name.

Return values

Zero for success or an error code on failure.

Remarks

The returned pointer is only valid until the next LNC function is called.

Errors

LNCE_NODE_NFND
there is no node with the given name
LNCE_NOMORE
there are no more sections.

Requirements

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

LNC