Debugging Tools for Windows

ExtRemoteData::GetChar

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

CHAR
  ExtRemoteData::GetChar(
    void
    ) throw (...)

Parameters

None

Return Value

GetChar returns the CHAR version of the ExtRemoteData object.

Comments

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

Requirements

Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.

See Also

ExtRemoteData, ExtRemoteData::GetData, ExtRemoteData::GetUchar

Build machine: CAPEBUILD