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

NBT Leaf Entry. More...

#include <disk.h>

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

Public Types

typedefnid_index
 
typedefblock_id_disk
 

Public Attributes

nid_index nid
 The node id.
 
block_id_disk data
 The block id of the data block.
 
block_id_disk sub
 The block id of the subnode block.
 
node_id parent_nid
 The parent node id.
 

Detailed Description

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

NBT Leaf Entry.

An array of these are used on leaf NBT pages. It describes a node.

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

Definition at line 784 of file disk.h.

Member Typedef Documentation

◆ block_id_disk

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

Definition at line 787 of file disk.h.

◆ nid_index

template<typename T >
typedef T pstsdk::disk::nbt_leaf_entry< T >::nid_index

Definition at line 786 of file disk.h.

Member Data Documentation

◆ data

The block id of the data block.

Definition at line 790 of file disk.h.

◆ nid

The node id.

Definition at line 789 of file disk.h.

◆ parent_nid

template<typename T >
node_id pstsdk::disk::nbt_leaf_entry< T >::parent_nid

The parent node id.

Definition at line 792 of file disk.h.

◆ sub

The block id of the subnode block.

Definition at line 791 of file disk.h.


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