|
PST File Format SDK v0.4
|
An old allocation system optimized for pages. More...
#include <disk.h>
Inheritance diagram for pstsdk::disk::pmap_page< T >:
Collaboration diagram for pstsdk::disk::pmap_page< T >:Additional Inherited Members | |
Public Attributes inherited from pstsdk::disk::page< T > | |
| byte | data [page_data_size] |
| space used for actual data | |
| page_trailer< T > | trailer |
| The page trailer for this page. | |
Static Public Attributes inherited from pstsdk::disk::page< T > | |
| static const size_t | page_data_size = page_size - sizeof(page_trailer<T>) |
| Amount of usable space in a page. | |
An old allocation system optimized for pages.
Similar to an amap_page, except each bit refers to page_size bytes rather than bytes_per_slot bytes. This allocation scheme is no longer used as of Outlook 2007 SP2, however these pages are still created in the file for backwards compatability purposes.