INtime SDK Help
lncAdvEnumProps

Enumerates properties that advanced section parameters can have.

DWORD lncAdvEnumProps( 
DWORD iProp,
LPDWORD pdwProp);

Parameters

iProp
(in) the serial number of the property; the first property has number zero.
pdwProp
(out) pointer to a DWORD that receives the property number.

Return values

Zero for success or an error code on failure.

Remarks

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

Errors

LNCE_NOMORE
there are no more properties.

Requirements

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

LNC