Table of Contents
zeofunc_Execute2DescriptionExecute a Zeolite extension function and retrieve the return value. Function prototypebool CExtAPI::zeofunc_Execute2(ZFUNC hFunc, ZLIST hArgList, ZVAR* phRval); Arguments
Return valueFalse if an error occurred, and true otherwise. CommentsUse CzFunc wrapper
It is strongly recommended that developers use the CzFunc wrapper in preference to the API zeofunc_ methods. CzFunc automates some of the labour in dealing with argument prototype lists and return value handling.
Thread safetyzeofunc_Execute2 is a threadsafe version of zeofunc_Execute, which used a common return variable for all function calls, including parallel calls from different threads. zeofunc_Execute2 should alwyas be used in preference to zeofunc_Execute. Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
|