Debugging Tools for Windows |
The ReadPhysical method reads the target's memory from the specified physical address.
HRESULT
IDebugDataSpaces::ReadPhysical(
IN ULONG64 Offset,
OUT PVOID Buffer,
IN ULONG BufferSize,
OUT OPTIONAL PULONG BytesRead
);
This method can also return error values. See Return Values for more details.
ReadPhysical is available in all versions of IDebugDataSpaces.
This method is only available in kernel-mode debugging.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.