PST File Format SDK v0.4
Loading...
Searching...
No Matches
pstsdk::block_info Struct Reference

An in memory, database format agnostic version of disk::bbt_leaf_entry. More...

#include <database_iface.h>

+ Collaboration diagram for pstsdk::block_info:

Public Attributes

block_id id
 
ulonglong address
 
ushort size
 
ushort ref_count
 

Detailed Description

An in memory, database format agnostic version of disk::bbt_leaf_entry.

It doesn't contain a ref count because that value is of no interest to the in memory objects.

Definition at line 27 of file database_iface.h.

Member Data Documentation

◆ address

ulonglong pstsdk::block_info::address

Definition at line 30 of file database_iface.h.

◆ id

block_id pstsdk::block_info::id

Definition at line 29 of file database_iface.h.

◆ ref_count

ushort pstsdk::block_info::ref_count

Definition at line 32 of file database_iface.h.

◆ size

ushort pstsdk::block_info::size

Definition at line 31 of file database_iface.h.


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