| ELZED | Documentation | The Details | API |
| lzGetStrVarValueByHandleBThe lzGetStrVarValueByHandleB function returns the value of the indicated string variable in a BSTR. BSTR lzGetStrVarValueByHandleB( | LZObjectHandle hHandle | | // a handle to the variable |
);
ParametershHandle | | An LZObjectHandle to the variable. |
Return Value | Returns a BSTR containing the value of the string variable. |
Remarks | This function is provided to support Visual Basic. For VB, the lzGetStrVarValueByHandle API call maps to this function. The caller is responsible for disposing of the returned BSTR. In general, VB will handle this for you automatically.
This function fails silently and returns a value of NULL if the variable is not found or is not of string type. Use lzGetLastErrorID or lzGetLastErrorText to find out what failed. |
Versions | Introduced in Elzed 2.4.0 | | This page describes the version of lzGetStrVarValueByHandleB active in Elzed 2.5.0 (255: 2.5.0) |
See Also |
| |