|
PST File Format SDK v0.4
|
The ANSI store version of the page trailer. More...
#include <disk.h>
Collaboration diagram for pstsdk::disk::page_trailer< ulong >:Public Types | |
| typedef ulong | block_id_disk |
Public Attributes | |
| byte | page_type |
| byte | page_type_repeat |
| ushort | signature |
| block_id_disk | bid |
| ulong | crc |
The ANSI store version of the page trailer.
See the documentation for the Unicode version of the page trailer. Note that the bid and crc fields are in a different order in the ANSI file.
| typedef ulong pstsdk::disk::page_trailer< ulong >::block_id_disk |
| ulong pstsdk::disk::page_trailer< ulong >::crc |
| byte pstsdk::disk::page_trailer< ulong >::page_type |
| byte pstsdk::disk::page_trailer< ulong >::page_type_repeat |
| ushort pstsdk::disk::page_trailer< ulong >::signature |