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

The root_id allocation out of the Heap of a TC node. More...

#include <disk.h>

+ Collaboration diagram for pstsdk::disk::tc_header:

Public Attributes

byte signature
 
byte num_columns
 
ushort size_offsets [tc_offsets_max]
 
heap_id row_btree_id
 
heapnode_id row_matrix_id
 
byte unused [4]
 
column_description columns [1]
 

Detailed Description

The root_id allocation out of the Heap of a TC node.

See also
[MS-PST] 2.3.4.1

Definition at line 1510 of file disk.h.

Member Data Documentation

◆ columns

column_description pstsdk::disk::tc_header::columns[1]

Definition at line 1518 of file disk.h.

◆ num_columns

byte pstsdk::disk::tc_header::num_columns

Definition at line 1513 of file disk.h.

◆ row_btree_id

heap_id pstsdk::disk::tc_header::row_btree_id

Definition at line 1515 of file disk.h.

◆ row_matrix_id

heapnode_id pstsdk::disk::tc_header::row_matrix_id

Definition at line 1516 of file disk.h.

◆ signature

byte pstsdk::disk::tc_header::signature

Definition at line 1512 of file disk.h.

◆ size_offsets

ushort pstsdk::disk::tc_header::size_offsets[tc_offsets_max]

Definition at line 1514 of file disk.h.

◆ unused

byte pstsdk::disk::tc_header::unused[4]

Definition at line 1517 of file disk.h.


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