|
PST File Format SDK v0.4
|
Entries which make up a "non-leaf" BTH allocation. More...
#include <disk.h>
Collaboration diagram for pstsdk::disk::bth_nonleaf_entry< K >:Public Attributes | |
| K | key |
| Key of the lower level page. | |
| heap_id | page |
| Heap id of the lower level page. | |
Entries which make up a "non-leaf" BTH allocation.
Clients must keep track of the current level as they are doing a BTH lookup. Non-leaf entries, similar to how the BT pages and sub_blocks work, contain the key and id of a lower level page.
| K | The key type |
| K pstsdk::disk::bth_nonleaf_entry< K >::key |
| heap_id pstsdk::disk::bth_nonleaf_entry< K >::page |