#include <jpeglib.h>
|
| JMETHOD (void, error_exit,(j_common_ptr cinfo)) |
|
| JMETHOD (void, emit_message,(j_common_ptr cinfo, int msg_level)) |
|
| JMETHOD (void, output_message,(j_common_ptr cinfo)) |
|
| JMETHOD (void, format_message,(j_common_ptr cinfo, char *buffer)) |
|
| JMETHOD (void, reset_error_mgr,(j_common_ptr cinfo)) |
|
const char* const* jpeg_error_mgr::addon_message_table |
int jpeg_error_mgr::first_addon_message |
const char* const* jpeg_error_mgr::jpeg_message_table |
int jpeg_error_mgr::last_addon_message |
int jpeg_error_mgr::last_jpeg_message |
int jpeg_error_mgr::msg_code |
union { ... } jpeg_error_mgr::msg_parm |
long jpeg_error_mgr::num_warnings |
int jpeg_error_mgr::trace_level |
The documentation for this struct was generated from the following file: