| ELZED | Documentation | The Details | API |
| lzSetLastErrorThe lzSetLastError function sets the error code in the current context to the passed-in value. void lzSetLastError( | long lErrorID | | // the desired error code value |
);
ParameterslErrorID | | The error code value to be set. |
Return Value
Remarks | The passed-in value is not validated against the error table. Negative values, however, are ignored. |
Versions | Introduced in Elzed 1.0.0 | | This page describes the version of lzSetLastError active in Elzed 2.5.0 (102: 2.5.0) |
See Also |
| |