Debugging Tools for Windows

ExtRemoteData::GetUlong64

The GetUlong64 method returns a ULONG64 version of the ExtRemoteData object, which represents the contents of the target's memory.

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

Parameters

None

Return Value

GetUlong64 returns the ULONG64 version of the ExtRemoteData object.

Comments

The size of the memory represented by the ExtRemoteData object must be sizeof(ULONG64).

Requirements

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

See Also

ExtRemoteData, ExtRemoteData::GetData, ExtRemoteData::GetLong64, ExtRemoteData::GetUlong

Build machine: CAPEBUILD