Debugging Tools for Windows |
The WriteTypedDataVirtual method writes data to the target's virtual address space. The number of bytes written is the size of the specified type.
HRESULT
IDebugSymbols::WriteTypedDataVirtual(
IN ULONG64 Offset,
IN ULONG64 Module,
IN ULONG TypeId,
IN PVOID Buffer,
IN ULONG BufferSize,
OUT OPTIONAL PULONG BytesWritten
);
This method may also return error values. See Return Values for more details.
WriteTypedDataVirtual is available in all versions of IDebugSymbols.
This is a convenience method. The same result can be obtained by calling GetTypeSize and WriteVirtual.
For more information about types, see Types.
Headers: Defined in dbgeng.h. Include dbgeng.h.