INtime SDK Help
lncKerEnumPars

Enumerates parameters in the Kernel section.

DWORD lncKerEnumPar(
DWORD iPar,
DWORD pdwPar);

Parameters

iPar
(in) the serial number of the parameter; the first parameter has number zero
pdwPar
(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_NOMORE
there are no more system parameters.

Requirements

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

LNC