Debugging Tools for Windows

ExtRemoteData::GetPtr

The GetPtr method returns a pointer from the target's memory version of the ExtRemoteData object, which represents the contents of the target's memory. The size of the unsigned integer from the target is the same size as a pointer on the target.

ULONG64
  ExtRemoteData::GetPtr(
    void
    ) throw (...)

Parameters

None

Return Value

GetPtr returns a pointer from the target's memory. As with all pointers, if the target uses 32-bit pointers, it is sign-extended to 64-bits.

Comments

The size of the memory represented by the ExtRemoteData object must be the same as the size of a pointer on the target, ExtExtension::m_PtrSize.

Requirements

Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.

See Also

ExtRemoteData, ExtRemoteData::GetData, ExtRemoteData::GetLongPtr, ExtRemoteData::GetUlong, ExtRemoteData::GetUlong64

Build machine: CAPEBUILD