ExtRemoteData::GetW32Bool method (engextcpp.hpp)

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

Syntax

BOOL GetW32Bool();

Return value

GetW32Bool returns the BOOL version of the ExtRemoteData object.

Remarks

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

Requirement Value
Target Platform Desktop
Header engextcpp.hpp (include Engextcpp.hpp)

See also

ExtRemoteData

ExtRemoteData::GetBoolean

ExtRemoteData::GetData

ExtRemoteData::GetStdBool