| lzIsVarHandleThe lzIsVarHandle function returns TRUE if the passed-in handle represents a variable, FALSE otherwise. bool lzIsVarHandle( | LZObjectHandle hHandle | | // a handle to the variable |
);
ParametershHandle | | An LZObjectHandle to the variable. |
Return Value | Returns TRUE if the passed-in handle represents a variable, FALSE otherwise. |
Remarks | The target variable may exist in any context and at any scope. |
Versions | Introduced in Elzed 2.4.0 | | This page describes the version of lzIsVarHandle active in Elzed 2.5.0 (259: 2.5.0) |
See Also |