Fairport  v1.0.38
fairport::disk::header_crc_locations< ulonglong > Struct Template Reference

The byte offsets used to calculate the CRCs in a Unicode PST file. More...

#include <disk.h>

+ Collaboration diagram for fairport::disk::header_crc_locations< ulonglong >:

List of all members.

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

Detailed Description

template<>
struct fairport::disk::header_crc_locations< ulonglong >

The byte offsets used to calculate the CRCs in a Unicode PST file.

See also:
[MS-PST] 2.2.2.6/dwCRCPartial
[MS-PST] 2.2.2.6/dwCRCFull

Definition at line 282 of file disk.h.


Member Data Documentation

const size_t fairport::disk::header_crc_locations< ulonglong >::full_end = offsetof(header<ulonglong>, dwCRCFull) [static]

Definition at line 288 of file disk.h.

const size_t fairport::disk::header_crc_locations< ulonglong >::full_length = full_end - full_start [static]

Definition at line 289 of file disk.h.

const size_t fairport::disk::header_crc_locations< ulonglong >::full_start = offsetof(header<ulonglong>, wMagicClient) [static]

Definition at line 287 of file disk.h.

const size_t fairport::disk::header_crc_locations< ulonglong >::partial_end = header_crc_locations<ulong>::end [static]

Definition at line 285 of file disk.h.

const size_t fairport::disk::header_crc_locations< ulonglong >::partial_length = header_crc_locations<ulong>::length [static]

Definition at line 286 of file disk.h.

const size_t fairport::disk::header_crc_locations< ulonglong >::partial_start = header_crc_locations<ulong>::start [static]

Definition at line 284 of file disk.h.


The documentation for this struct was generated from the following file: