NKVirtToPhys (Compact 2013)

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.

See Also

Reference

Kernel Functions Available to the OAL
NKPhysToVirt