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

The combination of the id and physical location of a block or page. More...

#include <disk.h>

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

Public Types

typedefblock_id_disk
 
typedeflocation
 

Public Attributes

block_id_disk bid
 The id of the referenced object.
 
location ib
 The location on disk (index byte) of the referenced object.
 

Detailed Description

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

The combination of the id and physical location of a block or page.

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

Definition at line 29 of file disk.h.

Member Typedef Documentation

◆ block_id_disk

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

Definition at line 31 of file disk.h.

◆ location

template<typename T >
typedef T pstsdk::disk::block_reference< T >::location

Definition at line 32 of file disk.h.

Member Data Documentation

◆ bid

The id of the referenced object.

Definition at line 34 of file disk.h.

◆ ib

The location on disk (index byte) of the referenced object.

Definition at line 35 of file disk.h.


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