PST File Format SDK v0.4
Loading...
Searching...
No Matches
pstsdk::disk::bth_header Struct Reference

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.
 

Detailed Description

Describes the BTH, including the size of the keys/values and the heap_id of the root allocation.

See also
[MS-PST] 2.3.2.1

Definition at line 1323 of file disk.h.

Member Data Documentation

◆ bth_signature

byte pstsdk::disk::bth_header::bth_signature

Always heap_sig_bth.

Definition at line 1325 of file disk.h.

◆ entry_size

byte pstsdk::disk::bth_header::entry_size

Entry size in bytes.

Definition at line 1327 of file disk.h.

◆ key_size

byte pstsdk::disk::bth_header::key_size

Key size in bytes.

Definition at line 1326 of file disk.h.

◆ num_levels

byte pstsdk::disk::bth_header::num_levels

Number of levels.

Definition at line 1328 of file disk.h.

◆ root

heap_id pstsdk::disk::bth_header::root

Root of the actual tree structure.

Definition at line 1329 of file disk.h.


The documentation for this struct was generated from the following file: