PST File Format SDK v0.4
Loading...
Searching...
No Matches
pstsdk::disk::header_crc_locations< ulonglong > Struct Reference

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

#include <disk.h>

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

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

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

◆ full_end

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

Definition at line 288 of file disk.h.

◆ full_length

Definition at line 289 of file disk.h.

◆ full_start

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

Definition at line 287 of file disk.h.

◆ partial_end

Definition at line 285 of file disk.h.

◆ partial_length

const size_t pstsdk::disk::header_crc_locations< ulonglong >::partial_length = header_crc_locations<ulong>::length
static

Definition at line 286 of file disk.h.

◆ partial_start

Definition at line 284 of file disk.h.


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