Debugging Tools for Windows

ExtRemoteData::GetStdBool

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

bool
  ExtRemoteData::GetStdBool(
    void
    ) throw (...)

Parameters

None

Return Value

The bool version ofthe 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 BOOLEAN type, use ExtRemoteData::GetBoolean. For the BOOL type, use ExtRemoteData::GetW32Bool.

Requirements

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

See Also

ExtRemoteData, ExtRemoteData::GetBoolean, ExtRemoteData::GetData, ExtRemoteData::GetW32Bool

Build machine: CAPEBUILD