re_DisplayErrorText(), re_wDisplayErrorText()

extern void XXX_API re_DisplayErrorText
  (const re_ErrorText *errortext);

extern void XXX_API re_wDisplayErrorText
  (const re_wErrorText *errortext);
      

Parameter:

errortext
Pointer to a structure re_ErrorText or re_wErrorText.

Return value:

-

Comment:

To show the content of the re_ErrorText or re_wErrorText structure at the screen. If called with the NULL pointer, the latest XXX error text is displayed (if any).

Reference: