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

ANSI store version of the block trailer. More...

#include <disk.h>

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

Public Types

typedef ulong block_id_disk
 

Public Attributes

ushort cb
 
ushort signature
 
block_id_disk bid
 
ulong crc
 

Detailed Description

ANSI store version of the block trailer.

See the Unicode store version of the block trailer for more information. Note that the bid and CRC fields are in a different order in the ANSI version.

See also
[MS-PST] 2.2.2.8.1

Definition at line 1058 of file disk.h.

Member Typedef Documentation

◆ block_id_disk

Definition at line 1060 of file disk.h.

Member Data Documentation

◆ bid

Definition at line 1064 of file disk.h.

◆ cb

Definition at line 1062 of file disk.h.

◆ crc

Definition at line 1065 of file disk.h.

◆ signature

Definition at line 1063 of file disk.h.


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