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);
dwPar
pParInfo
Zero for success or an error code on failure.
The szShort and szLong pointers (structure members) are only valid until the next LNC call.
LNCE_PAR_NFND
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 5.2 | intime/nt/include/lnc.h | lnc.h | lnc.lib |