ExtRemoteData::GetLong method (engextcpp.hpp)
The GetLong method returns a LONG version of the ExtRemoteData object, which represents the contents of the target's memory.
Syntax
LONG GetLong();
Return value
GetLong returns the LONG version of the ExtRemoteData object.
Remarks
The size of the memory represented by this ExtRemoteData object must be sizeof(LONG)
.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | engextcpp.hpp (include Engextcpp.hpp) |