Debugging Tools for Windows |
The VirtualToPhysical method translates a location in the target's virtual address space into a physical memory address.
HRESULT
IDebugDataSpaces2::VirtualToPhysical(
IN ULONG64 Virtual,
OUT PULONG64 Physical
);
This method can also return error values. See Return Values for more details.
VirtualToPhysical is available in IDebugDataSpaces2 and later versions.
This method is only available in kernel-mode debugging.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.