|
PST File Format SDK v0.4
|
ANSI store version of the block trailer. More...
#include <disk.h>
Collaboration diagram for pstsdk::disk::block_trailer< ulong >:Public Types | |
| typedef ulong | block_id_disk |
Public Attributes | |
| ushort | cb |
| ushort | signature |
| block_id_disk | bid |
| ulong | crc |
ANSI store version of the block trailer.
See the Unicode store version of the block trailer for more information. Note that the bid and CRC fields are in a different order in the ANSI version.
| typedef ulong pstsdk::disk::block_trailer< ulong >::block_id_disk |
| ulong pstsdk::disk::block_trailer< ulong >::crc |
| ushort pstsdk::disk::block_trailer< ulong >::signature |