| Debugging Tools for Windows | 
The ReadPhysical function reads from physical memory.
VOID 
  ReadPhysical (
    LARGE_INTEGER address,
    PVOID buf,
    ULONG size, 
    PULONG sizer
    );
None
Headers: Defined in wdbgexts.h. If you are writing a WdbgExts extension, include wdbgexts.h. If you are writing a DbgEng extension that calls this function, include wdbgexts.h before dbgeng.h (see Writing DbgEng Extension Code for details).