Debugging Tools for Windows |
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 (...)
None
The bool version ofthe 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 BOOLEAN type, use ExtRemoteData::GetBoolean. For the BOOL type, use ExtRemoteData::GetW32Bool.
Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.
ExtRemoteData, ExtRemoteData::GetBoolean, ExtRemoteData::GetData, ExtRemoteData::GetW32Bool