Debugging Tools for Windows |
The ReadPointersVirtual method is a convenience method for reading pointers from the target's virtual address space.
HRESULT
IDebugDataSpaces::ReadPointersVirtual(
IN ULONG Count
IN ULONG64 Offset
OUT PULONG64 Ptrs
);
This method can also return error values. See Return Values for more details.
ReadPointersVirtual is available in all versions of IDebugDataSpaces.
This method reads from the memory from the target's virtual address space. The memory is then treated as a list of pointers. Any 32-bit pointers are then sign-extended to 64-bit values.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.