KRASCHE
&
BYRNE
         ELZED  HOME       NEWS       DOCS       DOWNLOADS       LICENSING       SUPPORT       FAQ       ABOUT  US

What's An Elzed?
Features
Licensing
Downloads
Documentation
Elzed News
    ELZED 
 Documentation 
 The Details 
 API 

lzAnnotateParsedExpB

The 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
);

Parameters

hExpressionUID
   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)


  Copyright  ©  MMXXV  by  R R Le Cropane   •   All Rights Reserved   •   Terms of Use   •   Privacy Policy