INtime SDK Help
lncAdvGetPropInfo

Gets the details of a parameter property in an advanced section.

typedef struct { 
DWORD dwSize;
DWORD dwType;
LPCTSTR szShort;
LPCTSTR szLong;
} LNC_PARINFO, *PLNC_PARINFO;
DWORD lncAdvGetPropInfo( 
DWORD iProp,
PLNC_PARINFO pParInfo);

Parameters

iProp
(in) the property number (see Advanced Property numbers).
pParInfo
(out) pointer to a LNC_PARINFO structure that receives the details of the property.

Return values

Zero for success or an error code on failure.

Remarks

The returned pointers (structure members) szShort and szLong are only valid until the next LNC function is called.

Errors

LNCE_PAR_NFND
the parameter number is invalid

Requirements

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

LNC

LNC