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