#include <src/libpst.h>
Collaboration diagram for pst_x_attrib_ll:

Data Fields | |
| uint32_t | type |
| obsolete field, this is now unused | |
| uint32_t | mytype |
| |
| uint32_t | map |
| key for the mapping | |
| void * | data |
| data target of the mapping, either uint32_t or string | |
| pst_x_attrib_ll * | next |
| link to next item in the list | |
This is used to convert mapi_id values in the pst file into cannonical mapi_id values to be used in this code. This list is kept in sorted order, where the key is the 'map' field. Some mapi_id values are converted to cannonical mapi_id values (PST_MAP_ATTRIB), and others are converted to a string (PST_ATTRIB_HEADER).
Definition at line 775 of file libpst.h.
|
|
data target of the mapping, either uint32_t or string
Definition at line 785 of file libpst.h. Referenced by pst_free_xattrib(), and pst_parse_block(). |
|
|
key for the mapping
Definition at line 783 of file libpst.h. Referenced by pst_load_extended_attributes(), and pst_parse_block(). |
|
|
Definition at line 781 of file libpst.h. Referenced by pst_parse_block(). |
|
|
link to next item in the list
Definition at line 787 of file libpst.h. Referenced by pst_free_xattrib(), pst_load_extended_attributes(), and pst_parse_block(). |
|
|
obsolete field, this is now unused
Definition at line 777 of file libpst.h. Referenced by pst_parse_block(). |
1.3.9.1