Gets the details of a system parameter.
typedef struct {
DWORD dwSize;
DWORD dwType;
LPCTSTR szShort;
LPCTSTR szLong;
} LNC_PARINFO, *PLNC_PARINFO;
DWORD lncSysGetParInfo(
DWORD dwPar,
PLNC_PARINFO pParInfo);
dwPar
pParInfo
LNC_PARINFO
structure that receives the details of the parameter. The LNC_PARINFO
structure members have the following meanings:
dwSize
dwType
szShort
szLong
Zero for success or an error code on failure.
The first time this function is called for a given parameter space is allocated for a short and long name in ASCII or Unicode (depending on the character use of the caller). This space is released at process end or when calling lncFreeAllStrings.
LNCE_PAR_NFND
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 5.2 | intime/nt/include/lnc.h | lnc.h | lnc.lib |