Debugging Tools for Windows |
The WriteVirtual method writes data to the target's virtual address space.
HRESULT
IDebugDataSpaces::WriteVirtual(
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.
WriteVirtual is available in all versions of IDebugDataSpaces.
This method writes the buffer to the memory in the target's virtual address space.
This method may only write to a cache of memory data when storing data. To avoid caching, use WriteVirtualUncached instead.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.