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