yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
errmsg_dict.h File Reference

AVL Tree storage of Language Specific Error Messages. More...

#include <xmlstring.h>
#include "dict.h"
#include "ncxtypes.h"
#include "status_enum.h"
Include dependency graph for errmsg_dict.h:

Go to the source code of this file.

Functions

void errmsg_dict_init (void)
 Initialize this module. More...
 
void errmsg_dict_cleanup (void)
 Cleanup this module. More...
 
status_t errmsg_dict_insert (const xmlChar *lang, ncx_errmsg_t *errmsg)
 Add a list entry to the errmsg_dict. More...
 
ncx_errmsg_terrmsg_dict_find (const xmlChar *lang, status_t findres)
 Find a value node from the specified language tree. More...
 

Detailed Description

AVL Tree storage of Language Specific Error Messages.

Used to overwrite the default error messages in status.c This is an internal module used only by errmsg.c