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