|
PST File Format SDK v0.4
|
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 |
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.
| ulonglong pstsdk::block_info::address |
Definition at line 30 of file database_iface.h.
| block_id pstsdk::block_info::id |
Definition at line 29 of file database_iface.h.
| ushort pstsdk::block_info::ref_count |
Definition at line 32 of file database_iface.h.
| ushort pstsdk::block_info::size |
Definition at line 31 of file database_iface.h.