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