| lzAnnotateParsedExpBThe lzAnnotateParsedExpB function returns a human-readable, annotated version of the parsed expression associated with the passed-in object handle. BSTR lzAnnotateParsedExpB( | LZObjectHandle hExpressionUID | | // handle to a parsed expression |
);
ParametershExpressionUID | | A handle to a previously-parsed expression. |
Return Value | Returns a BSTR containing the converted and annotated expression. Newline characters are inserted after each operator and operand, making the string suitable for printing. You are responsible for disposing of the BSTR. |
Remarks | This function is provided to support Visual Basic. For VB, the lzAnnotateParsedExp API call maps to this function. |
Versions | Introduced in Elzed 2.3.3 | | This page describes the version of lzAnnotateParsedExpB active in Elzed 2.5.0 (167: 2.5.0) |
|