INtime SDK Help
lncEnumSections

Enumerates sections for a given node.

DWORD       lncEnumSections(
LPCSTR szNode,
DWORD iSection,
LPDWORD pdwSection);

Parameters

szNode
(in) the name of the local node; to get a system parameter, specify no name. Note that the name itself is not used; it only determines what sections are enumerated.
iSection
(in) the serial number of the section; the first section has number zero.
pdwSection
(out) pointer to a DWORD that receives the section number.

Return values

Zero for success or an error code on failure.

Remarks

Even though in many cases the serial number and the section number are the same, they should not be confused.

Errors

LNCE_NOMORE

Requirements

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

LNC