All Editions
Related Functions
Example
The IN_GetErrorMessage function returns the text error or warning message that corresponds to the specified code.
Syntax
int IN_GetErrorMessage( error, maxSize, pText )
|
Input Parameters |
Meaning |
|
SHORT error |
|
|
SHORT maxSize |
the maximum size in bytes of the pText array |
|
Meaning | |
|
CHARPTR pText |
character pointer to the error or warning message text |
Release information
Added to Imagenation for Windows in Release 4.10.
As of Release 5.1, also available in Imagenation for UNIX.
See also