| Debugging Tools for Windows | 
The WritePointersVirtual method is a convenience method for writing pointers to the target's virtual address space.
HRESULT
  IDebugDataSpaces::WritePointersVirtual(
    IN ULONG  Count
    IN ULONG64  Offset
    IN PULONG64  Ptrs
    );
This method can also return error values. See Return Values for more details.
WritePointersVirtual is available in all versions of IDebugDataSpaces.
If the target uses 32-bit pointers, this method casts the specified 64-bit values into 32-bit pointers. Then it writes these pointers to the target's memory.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.