Fairport
v1.0.38
|
The byte offsets used to calculate the CRCs in a Unicode PST file. More...
#include <disk.h>
Static Public Attributes | |
static const size_t | partial_start = header_crc_locations<ulong>::start |
static const size_t | partial_end = header_crc_locations<ulong>::end |
static const size_t | partial_length = header_crc_locations<ulong>::length |
static const size_t | full_start = offsetof(header<ulonglong>, wMagicClient) |
static const size_t | full_end = offsetof(header<ulonglong>, dwCRCFull) |
static const size_t | full_length = full_end - full_start |
The byte offsets used to calculate the CRCs in a Unicode PST file.
const size_t fairport::disk::header_crc_locations< ulonglong >::full_length = full_end - full_start [static] |
const size_t fairport::disk::header_crc_locations< ulonglong >::full_start = offsetof(header<ulonglong>, wMagicClient) [static] |
const size_t fairport::disk::header_crc_locations< ulonglong >::partial_end = header_crc_locations<ulong>::end [static] |
const size_t fairport::disk::header_crc_locations< ulonglong >::partial_length = header_crc_locations<ulong>::length [static] |
const size_t fairport::disk::header_crc_locations< ulonglong >::partial_start = header_crc_locations<ulong>::start [static] |