INtime SDK Help
lncEnumParameters

Enumerates parameters in a given section.  

DWORD       lncEnumParameters(
DWORD dwSection,
DWORD iParameter,
LPDWORD pdwParameter);

Parameters

dwSection
(in) the section to be enumerated.
iParameter
(in) the serial number of the parameter; the first parameter has number zero.
pdwParameter
(out) pointer to a DWORD that receives the parameter number.

Return values

Zero for success or an error code on failure.

Remarks

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

Errors

LNCE_SECTION_NFND, LNCE_NOMORE

Requirements

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

LNC