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

The byte offsets used to calculate the CRCs in an ANSI PST. More...

#include <disk.h>

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

Static Public Attributes

static const size_t start = offsetof(header<ulong>, wMagicClient)
 
static const size_t end = offsetof(header<ulong>, bLockSemaphore)
 
static const size_t length = end - start
 

Detailed Description

The byte offsets used to calculate the CRCs in an ANSI PST.

See also
[MS-PST] 2.2.2.6/dwCRCPartial

Definition at line 270 of file disk.h.

Member Data Documentation

◆ end

const size_t pstsdk::disk::header_crc_locations< ulong >::end = offsetof(header<ulong>, bLockSemaphore)
static

Definition at line 273 of file disk.h.

◆ length

const size_t pstsdk::disk::header_crc_locations< ulong >::length = end - start
static

Definition at line 274 of file disk.h.

◆ start

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

Definition at line 272 of file disk.h.


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