|
PST File Format SDK v0.4
|
The Unicode store version of the page trailer. More...
#include <disk.h>
Collaboration diagram for pstsdk::disk::page_trailer< ulonglong >:Public Types | |
| typedef ulonglong | block_id_disk |
Public Attributes | |
| byte | page_type |
| The page_type of this page. | |
| byte | page_type_repeat |
| Same as the page_type field, for validation purposes. | |
| ushort | signature |
| Signature of this page, as calculated by the compute_signature function. | |
| ulong | crc |
| CRC of this page, as calculated by the compute_crc function. | |
| block_id_disk | bid |
| The id of this page. | |
The Unicode store version of the page trailer.
The last structure in every page, aligned to the page_size
| typedef ulonglong pstsdk::disk::page_trailer< ulonglong >::block_id_disk |
| ulong pstsdk::disk::page_trailer< ulonglong >::crc |
CRC of this page, as calculated by the compute_crc function.
| byte pstsdk::disk::page_trailer< ulonglong >::page_type |
| byte pstsdk::disk::page_trailer< ulonglong >::page_type_repeat |
| ushort pstsdk::disk::page_trailer< ulonglong >::signature |
Signature of this page, as calculated by the compute_signature function.