Fairport  v1.0.38
fairport::disk::fmap_page< T > Struct Template Reference

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

#include <disk.h>

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

List of all members.


Detailed Description

template<typename T>
struct fairport::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: