Data Fields | |
uint32_t | mapi_id |
char * | data |
uint32_t | type |
size_t | size |
char * | extra |
Definition at line 88 of file libpst.c.
char* pst_mapi_element::data |
Definition at line 90 of file libpst.c.
Referenced by pst_free_list(), pst_load_extended_attributes(), pst_parse_block(), and pst_process().
char* pst_mapi_element::extra |
Definition at line 93 of file libpst.c.
Referenced by pst_parse_block(), and pst_process().
uint32_t pst_mapi_element::mapi_id |
Definition at line 89 of file libpst.c.
Referenced by pst_load_extended_attributes(), pst_parse_block(), and pst_process().
size_t pst_mapi_element::size |
Definition at line 92 of file libpst.c.
Referenced by pst_load_extended_attributes(), pst_parse_block(), and pst_process().
uint32_t pst_mapi_element::type |
Definition at line 91 of file libpst.c.
Referenced by pst_load_extended_attributes(), pst_parse_block(), and pst_process().