| ELZED | Documentation | The Details | API |
| lzGetBoolVarValueByHandleThe lzGetBoolVarValue function returns the value of the indicated boolean variable. bool lzGetBoolVarValueByHandle( | LZObjectHandle hHandle | | // a handle to the variable |
);
ParametershHandle | | An LZObjectHandle to the desired variable. |
Return Value | Returns the value of the variable. |
Remarks | The indicated Elzed variable must already exist.
This function fails silently and returns a value of FALSE if the variable is not found or is not of boolean type. Use lzGetLastErrorID or lzGetLastErrorText to find out what failed. |
Versions | Introduced in Elzed 2.4.0 | | This page describes the version of lzGetBoolVarValueByHandle active in Elzed 2.5.0 (245: 2.5.0) |
See Also |
| |