| #include <vv_sys.h>
#include <vv_form.h> |
vv_errmsg ( ), vv_infomsg ( ) vv_valmsg ( ) |
|
| UCHAR * | vv_errmsg (UINT errcode)
Returns the message corresponding to the specified error code |
|
| UCHAR * | vv_infomsg (UINT info_code)
Returns the message corresponding to the specified informational message code |
|
| UCHAR * | vv_valmsg (UINT val_code)
Returns the message corresponding to the specified validation error code |
|