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

Subnode non-leaf block. More...

#include <disk.h>

+ Inheritance diagram for pstsdk::disk::sub_nonleaf_block< T >:
+ Collaboration diagram for pstsdk::disk::sub_nonleaf_block< T >:

Additional Inherited Members

- Public Attributes inherited from pstsdk::disk::sub_block< T, sub_nonleaf_entry< T > >
byte block_type
 Always block_type_sub.
 
byte level
 One for non-leaf, zero for leaf.
 
ushort count
 Number of entries in the entry array.
 
sub_nonleaf_entry< T > entry [1]
 Array of entries.
 

Detailed Description

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

Subnode non-leaf block.

An instance of a sub_block, containing sub_nonleaf_entry items in the entry array

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

Definition at line 1186 of file disk.h.


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