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

The ANSI store version of the page trailer. More...

#include <disk.h>

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

Public Types

typedef ulong block_id_disk
 

Public Attributes

byte page_type
 
byte page_type_repeat
 
ushort signature
 
block_id_disk bid
 
ulong crc
 

Detailed Description

The ANSI store version of the page trailer.

See the documentation for the Unicode version of the page trailer. Note that the bid and crc fields are in a different order in the ANSI file.

See also
[MS-PST] 2.2.2.7.1

Definition at line 577 of file disk.h.

Member Typedef Documentation

◆ block_id_disk

Definition at line 579 of file disk.h.

Member Data Documentation

◆ bid

Definition at line 584 of file disk.h.

◆ crc

Definition at line 585 of file disk.h.

◆ page_type

Definition at line 581 of file disk.h.

◆ page_type_repeat

byte pstsdk::disk::page_trailer< ulong >::page_type_repeat

Definition at line 582 of file disk.h.

◆ signature

Definition at line 583 of file disk.h.


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