IN_GetErrorMessage

All Editions image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif 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

See Error and warning codes.

SHORT maxSize

the maximum size in bytes of the pText array

Output Parameters

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

Displaying error and status messages