Debugging Tools for Windows |
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 (...)
None
GetW32Bool returns the BOOL version of the ExtRemoteData object.
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.
Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.
ExtRemoteData, ExtRemoteData::GetBoolean, ExtRemoteData::GetData, ExtRemoteData::GetStdBool