|
PST File Format SDK v0.4
|
Describes the BTH, including the size of the keys/values and the heap_id of the root allocation. More...
#include <disk.h>
Collaboration diagram for pstsdk::disk::bth_header:Public Attributes | |
| byte | bth_signature |
| Always heap_sig_bth. | |
| byte | key_size |
| Key size in bytes. | |
| byte | entry_size |
| Entry size in bytes. | |
| byte | num_levels |
| Number of levels. | |
| heap_id | root |
| Root of the actual tree structure. | |
Describes the BTH, including the size of the keys/values and the heap_id of the root allocation.
| byte pstsdk::disk::bth_header::bth_signature |
Always heap_sig_bth.
| byte pstsdk::disk::bth_header::entry_size |
| heap_id pstsdk::disk::bth_header::root |