XtAppGetErrorDatabase(), XtAppGetErrorDatabaseText() - obtain error database
XrmDatabase *XtAppGetErrorDatabase (XtAppContext app_context)
void XtAppGetErrorDatabaseText (XtAppContext app_context,
char *name,
char *type, char *class,
char *default, char *buffer_return,
int nbytes, XrmDatabase database)
The XtAppGetErrorDatabase(3) function returns the address of the error database. The Intrinsics do a lazy binding of the error database and do not merge in the database file until the first call to XtAppGetErrorDatabaseText(3).
The XtAppGetErrorDatabaseText(3) returns the appropriate message from the error database or returns the specified default message if one is not found in the error database.
X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface