| ELZED | Documentation | The Details | API |
| lzGetStrVarValueByHandleThe lzGetStrVarValueByHandle function returns the value of the indicated string variable. char* lzGetStrVarValueByHandle( | LZObjectHandle hHandle | | // a handle to the variable |
);
ParametershHandle | | An LZObjectHandle to the variable. |
Return Value | Returns a pointer to the string variable. |
Remarks
Versions | Introduced in Elzed 2.4.0 | | This page describes the version of lzGetStrVarValueByHandle active in Elzed 2.5.0 (254: 2.5.0) |
See Also |
| |