Searched refs:err_class (Results 1 – 2 of 2) sorted by relevance
309 WORD err_class = (((UWORD)code & 0x7800) >> 11); in ixheaacd_error_handler() local320 if (p_mod_err_info->ppb_class_names[err_class] != NULL) { in ixheaacd_error_handler()321 printf("%s: ", p_mod_err_info->ppb_class_names[err_class]); in ixheaacd_error_handler()327 p_mod_err_info->ppppb_error_msg_pointers[is_fatal][err_class] in ixheaacd_error_handler()333 ->ppppb_error_msg_pointers[is_fatal][err_class][err_sub_code]); in ixheaacd_error_handler()
48 #define ERR_EXIT(err_msg, err_class) \ argument50 MessageBox(NULL, err_msg, err_class, MB_OK); \55 #define ERR_EXIT(err_msg, err_class) \ argument