Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
10/16/2014
This function translates a virtual address to a physical address in memory.
Syntax
DWORD NKVirtToPhys (
LPCVOID pVirtAddr
);
Parameters
- pVirtAddr
Pointer to a page-aligned, statically-mapped virtual address.
Return Value
Returns a physical address.
Remarks
The pfnVirtToPhys member of NKGLOBAL points to this function.