Debugging Tools for Windows

ExtRemoteData::GetW32Bool

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

BOOL
  ExtRemoteData::GetW32Bool(
    void
    ) throw (...)

Parameters

None

Return Value

GetW32Bool returns the BOOL version of the ExtRemoteData object.

Comments

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

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

Requirements

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

See Also

ExtRemoteData, ExtRemoteData::GetBoolean, ExtRemoteData::GetData, ExtRemoteData::GetStdBool

Build machine: CAPEBUILD