| ELZED | Documentation | The Details | API |
| lzClearErrorCallbackThe lzClearErrorContext function clears the current context's error function. No error function is in affect after this call. bool lzClearErrorCallback();
Parameters
Return Value | Returns TRUE if the function is cleared. Returns FALSE if the function is not cleared. |
Remarks | Available in both Visual C++ and Visual Basic. You are not required to set an error callback function.
The error callback function is set using lzSetErrorCallback.
Note that each context may have its own error function. Clearing the error function in one context does not affect any other context. |
Versions | Introduced in Elzed 1.0.0 | | This page describes the version of lzClearErrorCallback active in Elzed 2.5.0 (5: 2.5.0) |
See Also |
| |