Process Hacker
|
#include <mxml-private.h>
Data Fields | |
void(* | error_cb )(const char *) |
int | num_entity_cbs |
int(* | entity_cbs [100])(const char *name) |
int | wrap |
mxml_custom_load_cb_t | custom_load_cb |
mxml_custom_save_cb_t | custom_save_cb |
Definition at line 31 of file mxml-private.h.
mxml_custom_load_cb_t custom_load_cb |
Definition at line 37 of file mxml-private.h.
mxml_custom_save_cb_t custom_save_cb |
Definition at line 38 of file mxml-private.h.
int(* entity_cbs[100])(const char *name) |
Definition at line 35 of file mxml-private.h.
void(* error_cb)(const char *) |
Definition at line 33 of file mxml-private.h.
int num_entity_cbs |
Definition at line 34 of file mxml-private.h.
int wrap |
Definition at line 36 of file mxml-private.h.