Debugging Tools for Windows

ExtRemoteData::GetUchar

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

UCHAR
  ExtRemoteData::GetUchar(
    void
    ) throw (...)

Parameters

None

Return Value

GetUchar returns the UCHAR version of the ExtRemoteData object.

Comments

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

Requirements

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

See Also

ExtRemoteData, ExtRemoteData::GetChar, ExtRemoteData::GetData

Build machine: CAPEBUILD