Gets the value of a Kernel memory area parameter
DWORD lncKerGetAreaPar(
DWORD idArea,
DWORD dwPar,
LPDWORD pdwType,
LPCVOID* ppVal);
idArea
dwPar
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 parameter 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.
Valid parameters for this call are LNCM_SIZEMB, LNCM_LOC, LNCM_FLAGS and LNCM_ORDER.
LNCE_NODE_NFND
LNCE_PAR_NFND
LNCE_NUMPROC
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 6.2 | intime/nt/include/lnc.h | lnc.h | lnc.lib |