NKDeleteStaticMapping (Compact 2013)
10/16/2014
This function deletes the virtual memory allocated by the NKCreateStaticMapping function. This function is callable from kernel-mode drivers and user-mode drivers.
Syntax
BOOL NKDeleteStaticMapping (
LPVOID pVirtAddr,
DWORD dwSize
);
Parameters
Parameter |
Description |
---|---|
pVirtAddr |
[in] Static virtual memory pointer provided by the NKCreateStaticMapping function. |
dwSize |
[in] Number of bytes mapped with pVirtAddr. |
Return Value
TRUE indicates success; FALSE indicates failure.
Requirements
Header |
pkfuncs.h |
Library |
coredll.lib |