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

BBT Leaf Entry. More...

#include <disk.h>

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

Public Attributes

block_reference< T > ref
 A reference to this block on disk.
 
ushort size
 The unaligned size of this block.
 
ushort ref_count
 The reference count of this block.
 

Detailed Description

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

BBT Leaf Entry.

An array of these are used on leaf BBT pages. It describes a block.

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

Definition at line 806 of file disk.h.

Member Data Documentation

◆ ref

A reference to this block on disk.

Definition at line 808 of file disk.h.

◆ ref_count

template<typename T >
ushort pstsdk::disk::bbt_leaf_entry< T >::ref_count

The reference count of this block.

Definition at line 810 of file disk.h.

◆ size

template<typename T >
ushort pstsdk::disk::bbt_leaf_entry< T >::size

The unaligned size of this block.

Definition at line 809 of file disk.h.


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