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 

lzEvalExpHndlToStrB

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

Parameters

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


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