ReactOS 0.4.15-dev-7958-gcd0bb1a
_SYSTEM_POOL_INFORMATION Struct Reference

#include <extypes.h>

Collaboration diagram for _SYSTEM_POOL_INFORMATION:

Public Attributes

SIZE_T TotalSize
 
PVOID FirstEntry
 
USHORT EntryOverhead
 
BOOLEAN PoolTagPresent
 
BOOLEAN Spare0
 
ULONG NumberOfEntries
 
SYSTEM_POOL_ENTRY Entries [1]
 

Detailed Description

Definition at line 1007 of file extypes.h.

Member Data Documentation

◆ Entries

SYSTEM_POOL_ENTRY _SYSTEM_POOL_INFORMATION::Entries[1]

Definition at line 1015 of file extypes.h.

◆ EntryOverhead

USHORT _SYSTEM_POOL_INFORMATION::EntryOverhead

Definition at line 1011 of file extypes.h.

◆ FirstEntry

PVOID _SYSTEM_POOL_INFORMATION::FirstEntry

Definition at line 1010 of file extypes.h.

◆ NumberOfEntries

ULONG _SYSTEM_POOL_INFORMATION::NumberOfEntries

Definition at line 1014 of file extypes.h.

◆ PoolTagPresent

BOOLEAN _SYSTEM_POOL_INFORMATION::PoolTagPresent

Definition at line 1012 of file extypes.h.

◆ Spare0

BOOLEAN _SYSTEM_POOL_INFORMATION::Spare0

Definition at line 1013 of file extypes.h.

◆ TotalSize

SIZE_T _SYSTEM_POOL_INFORMATION::TotalSize

Definition at line 1009 of file extypes.h.


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