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

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

#include <disk.h>

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

List of all members.

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

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

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

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

Definition at line 273 of file disk.h.

const size_t fairport::disk::header_crc_locations< ulong >::length = end - start [static]

Definition at line 274 of file disk.h.

const size_t fairport::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: