INtime SDK Help
lncLoadGetParInfo

Gets the details of an auto-load application parameter.

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

Parameters

dwPar
(in) the number of the parameter (see parameter values).
pParInfo
(out) pointer to a LNC_PARINFO structure that receives the details of the parameter.

Return values

Zero for success or an error code on failure.

Remarks

The szShort and szLong pointers (structure members) are only valid until the next LNC call.

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