Gets a property of a parameter in an advanced section.
DWORD lncAdvGetProp(
LPCTSTR szNode,
LPCTSTR szSection,
LPCTSTR szPar,
DWORD iProp,
LPDWORD pdwType,
LPVOID* ppVal);
szNode
szSection
szPar
iProp
pdwType
ppVal
Zero for success or an error code on failure.
The pointer pointed to by ppVal is set to either the address of a DWORD containing the value (if the property type is REG_DWORD) or is set to a string pointer (for REG_SZ and REG_MULTI_SZ).
The pointer returned through ppVal is only valid until the next LNC function is called.
LNCE_NODE_NFND
LNCE_PAR_NFND
LNCE_PROP_NFND
LNCE_SECTION_NFND
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 5.2 | intime/nt/include/lnc.h | lnc.h | lnc.lib |