ExtRemoteData::GetLong64 method (engextcpp.hpp)

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

Syntax

LONG64 GetLong64();

Return value

GetLong64 returns the LONG64 version of the ExtRemoteData object.

Remarks

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

Requirements

Requirement Value
Target Platform Desktop
Header engextcpp.hpp (include Engextcpp.hpp)

See also

ExtRemoteData

ExtRemoteData::GetData

ExtRemoteData::GetLong64

ExtRemoteData::GetUlong