| ELZED | Documentation | The Details | API |
| lzGetErrorTextBThe lzGetErrorTextB function returns the text associated with the passed-in Elzed error code in a BSTR. BSTR lzGetErrorTextB( | long lErrorID | | // An Elzed error ID. |
);
ParameterslErrorID | | An Elzed error code, or a user-assigned error code. |
Return Value | The text associated with the error code. If the passed in error code has not been registered, the returned string will be empty. |
Versions | Introduced in Elzed 2.2.0 | | This page describes the version of lzGetErrorTextB active in Elzed 2.5.0 (142: 2.5.0) |
|
| |