ExtRemoteData::GetStdBool method (engextcpp.hpp)

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

Syntax

bool GetStdBool();

Return value

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

Requirements

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

See also

ExtRemoteData

ExtRemoteData::GetBoolean

ExtRemoteData::GetData

ExtRemoteData::GetW32Bool