| ELZED | Documentation | The Details | API |
| lzEvalExpHndlToStrBThe lzEvalExpHndlToStrB function evaluates a pre-parsed expression and returns a BSTR containing a string representation of the result. BSTR lzEvalExpHndlToStrB( | LZObjectHandle hTheExpression | | // the expression to be evaluated |
);
ParametershTheExpression | | An LZObjectHandle identifying the expression to be evaluated. |
Return Value | A BSTR containing a string representation of the result of the evaluation. |
Remarks | This function is provided to support Visual Basic. For VB, the lzEvalExpHndlToStr API call maps to this function.
This call will coerce the returned result of the evaluation to a BSTR result.
The caller is responsible for disposing of the returned BSTR. In general, VB will handle this for you automatically. |
Versions | Introduced in Elzed 1.2.0 Modified in Elzed 2.3.0 -- Dropped lCycles parameter. | | This page describes the version of lzEvalExpHndlToStrB active in Elzed 2.5.0 (130: 2.5.0) |
|
| |