INtime SDK Help
lncLoadEnumPars

Enumerates parameters that an auto-load application can have.

DWORD lncLoadEnumPars( 
DWORD iPar,
LPDWORD 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 parameters.

Requirements

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

LNC