Debugging Tools for Windows

ExtRemoteData::GetBoolean

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

BOOLEAN
  ExtRemoteData::GetBoolean(
    void
    ) throw (...)

Parameters

None

Return Value

GetBoolean returns the BOOLEAN version of the ExtRemoteData object.

Comments

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

Note There are several different types that can be used to represent a Boolean value. BOOLEAN is one of these types. For the C++ bool type, use ExtRemoteData::GetStdBool. For the BOOL type, use ExtRemoteData::GetW32Bool.

Requirements

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

See Also

ExtRemoteData, ExtRemoteData::GetData, ExtRemoteData::GetStdBool, ExtRemoteData::GetW32Bool

Build machine: CAPEBUILD