Gets the details of a parameter.
typedef struct {
DWORD dwSize;
DWORD dwType;
LPCTSTR szShort;
LPCTSTR szLong;
} LNC_PARINFO, *PLNC_PARINFO;
DWORD lncGetParameterInfo(
DWORD dwSection,
DWORD dwParameter,
PLNC_PARINFO pParInfo);
dwSection
dwParameter
pParInfo
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 if 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_NOACCESS, LNCE_READERR, LNCE_PAR_NFND, LNCE_SECTION_NFND, LNCE_NODE_NFND
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 5.2 | intime/nt/include/lnc.h | lnc.h | lnc.lib |