|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <hivedata.h>

Public Attributes | |
| ULONG | Length |
| PHMAP_DIRECTORY | Map |
| PHMAP_ENTRY | BlockList |
| ULONG | Guard |
| HCELL_INDEX | FreeDisplay [24] |
| ULONG | FreeSummary |
| LIST_ENTRY | FreeBins |
Definition at line 299 of file hivedata.h.
| PHMAP_ENTRY _DUAL::BlockList |
Definition at line 303 of file hivedata.h.
Referenced by HvFreeCell(), HvpAddBin(), HvpCreateHiveFreeCellList(), and HvpGetCellHeader().
| LIST_ENTRY _DUAL::FreeBins |
Definition at line 307 of file hivedata.h.
| HCELL_INDEX _DUAL::FreeDisplay[24] |
Definition at line 305 of file hivedata.h.
Referenced by HvpAddFree(), HvpCreateHiveFreeCellList(), HvpFindFree(), and HvpRemoveFree().
| ULONG _DUAL::FreeSummary |
Definition at line 306 of file hivedata.h.
| ULONG _DUAL::Guard |
Definition at line 304 of file hivedata.h.
| ULONG _DUAL::Length |
Definition at line 301 of file hivedata.h.
Referenced by _Function_class_(), and HvpAddBin().
| PHMAP_DIRECTORY _DUAL::Map |
Definition at line 302 of file hivedata.h.