Debugging Tools for Windows

ExtRemoteData::GetUshort

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

USHORT
  ExtRemoteData::GetUshort(
    void
    ) throw (...)

Parameters

None

Return Value

GetUshort returns the USHORT version of the ExtRemoteData object.

Comments

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

Requirements

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

See Also

ExtRemoteData, ExtRemoteData::GetData, ExtRemoteData::GetShort

Build machine: CAPEBUILD