PST File Format SDK v0.4
Loading...
Searching...
No Matches
pstsdk::disk::sub_nonleaf_entry< T > Struct Template Reference

Entries on a nonleaf sub_block. More...

#include <disk.h>

+ Collaboration diagram for pstsdk::disk::sub_nonleaf_entry< T >:

Public Types

typedefblock_id_disk
 

Public Attributes

node_id nid_key
 Key of the subnode block.
 
block_id_disk sub_block_bid
 Id of the subnode block.
 

Detailed Description

template<typename T>
struct pstsdk::disk::sub_nonleaf_entry< T >

Entries on a nonleaf sub_block.

Similar to non-leaf BT pages, nonleaf subnode blocks point to other subnode blocks.

Template Parameters
Tulonglong for a unicode store, ulong for an ANSI store
See also
[MS-PST] 2.2.2.8.3.3.2.1

Definition at line 1148 of file disk.h.

Member Typedef Documentation

◆ block_id_disk

template<typename T >
typedef T pstsdk::disk::sub_nonleaf_entry< T >::block_id_disk

Definition at line 1150 of file disk.h.

Member Data Documentation

◆ nid_key

template<typename T >
node_id pstsdk::disk::sub_nonleaf_entry< T >::nid_key

Key of the subnode block.

Definition at line 1152 of file disk.h.

◆ sub_block_bid

template<typename T >
block_id_disk pstsdk::disk::sub_nonleaf_entry< T >::sub_block_bid

Id of the subnode block.

Definition at line 1153 of file disk.h.


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