PST File Format SDK v0.4
Loading...
Searching...
No Matches
pstsdk::disk::fmap_page< T > Struct Template Reference

A deprecated allocation system optimized for AMap page searching. More...

#include <disk.h>

+ Inheritance diagram for pstsdk::disk::fmap_page< T >:
+ Collaboration diagram for pstsdk::disk::fmap_page< T >:

Additional Inherited Members

- Public Attributes inherited from pstsdk::disk::page< T >
byte data [page_data_size]
 space used for actual data
 
page_trailer< T > trailer
 The page trailer for this page.
 
- Static Public Attributes inherited from pstsdk::disk::page< T >
static const size_t page_data_size = page_size - sizeof(page_trailer<T>)
 Amount of usable space in a page.
 

Detailed Description

template<typename T>
struct pstsdk::disk::fmap_page< T >

A deprecated allocation system optimized for AMap page searching.

A Free Map (or fmap) page has one byte per AMap page, indicating how many consecutive slots are available for allocation on that amap page. No longer used as of Outlook 2007 SP2, but as with PMap pages are still created for backwards compatibility.

Template Parameters
Tulonglong for a unicode store, ulong for an ANSI store
Deprecated:
See also
[MS-PST] 2.2.2.7.5.1

Definition at line 667 of file disk.h.


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