Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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) |