Debugging Tools for Windows

ExtRemoteData::GetLong64

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

LONG64
  ExtRemoteData::GetLong64(
    void
    ) throw (...)

Parameters

None

Return Value

GetLong64 returns the LONG64 version of the ExtRemoteData object.

Comments

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

Requirements

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

See Also

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

Build machine: CAPEBUILD