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 

lzSetBoolResult

The lzSetBoolResult function sets the result of a host callback function which returns a boolean value.

long lzSetBoolResult(
   LZObjectHandle hExOpUID,   // a handle to the external operator
   bool bTheResult   // the result value
);

Parameters

hExOpUID
   An Elzed object handle to the external operator.

bTheResult
   The boolean value to return as the result.

Return Value

   Returns an Elzed error code. Success returns "no error"; failure returns a non-zero error code. Call lzGetLastErrorText to get the reason for the failure.

Remarks

   The only failure likely to occur is a type mismatch. This is completely under your control. Make sure the "set result" function called by your operator code matches the declared return type.

Versions

   Introduced in Elzed 1.0.0
Modified in Elzed 2.3.0 -- Changed lExOpID to hExOpUID
   This page describes the version of lzSetBoolResult active in Elzed 2.5.0 (157: 2.5.0)

See Also



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