| ELZED | Documentation | The Details | API |
| lzSetBoolVarByHandleThe lzSetBoolVarByHandle function sets the value of the indicated boolean variable. bool lzSetBoolVarByHandle( | LZObjectHandle hHandle, | | // a handle to the desired boolean variable | | bool bVariableValue | | // the value of the target variable |
);
ParametershHandle | | A handle to the desired boolean variable. |
bVariableValue | | A boolean value to be applied to the target variable. |
Return Value | Returns TRUE if the target variable was successfully found or created, otherwise FALSE. |
Versions | Introduced in Elzed 2.4.0 | | This page describes the version of lzSetBoolVarByHandle active in Elzed 2.5.0 (264: 2.5.0) |
See Also |
| |