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