ReactOS 0.4.15-dev-8100-g1887773
_MI_FREED_SPECIAL_POOL Struct Reference
Collaboration diagram for _MI_FREED_SPECIAL_POOL:

Public Attributes

POOL_HEADER OverlaidPoolHeader
 
ULONG Signature
 
ULONG TickCount
 
ULONG NumberOfBytesRequested
 
BOOLEAN Pagable
 
PVOID VirtualAddress
 
PVOID StackPointer
 
ULONG StackBytes
 
PETHREAD Thread
 
UCHAR StackData [0x400]
 

Detailed Description

Definition at line 56 of file special.c.

Member Data Documentation

◆ NumberOfBytesRequested

ULONG _MI_FREED_SPECIAL_POOL::NumberOfBytesRequested

Definition at line 62 of file special.c.

Referenced by MmFreeSpecialPool().

◆ OverlaidPoolHeader

POOL_HEADER _MI_FREED_SPECIAL_POOL::OverlaidPoolHeader

Definition at line 58 of file special.c.

◆ Pagable

BOOLEAN _MI_FREED_SPECIAL_POOL::Pagable

Definition at line 63 of file special.c.

Referenced by MmFreeSpecialPool().

◆ Signature

ULONG _MI_FREED_SPECIAL_POOL::Signature

Definition at line 60 of file special.c.

Referenced by MmFreeSpecialPool().

◆ StackBytes

ULONG _MI_FREED_SPECIAL_POOL::StackBytes

Definition at line 66 of file special.c.

Referenced by MmFreeSpecialPool().

◆ StackData

UCHAR _MI_FREED_SPECIAL_POOL::StackData[0x400]

Definition at line 68 of file special.c.

◆ StackPointer

PVOID _MI_FREED_SPECIAL_POOL::StackPointer

Definition at line 65 of file special.c.

Referenced by MmFreeSpecialPool().

◆ Thread

PETHREAD _MI_FREED_SPECIAL_POOL::Thread

Definition at line 67 of file special.c.

Referenced by MmFreeSpecialPool().

◆ TickCount

ULONG _MI_FREED_SPECIAL_POOL::TickCount

Definition at line 61 of file special.c.

Referenced by MmFreeSpecialPool().

◆ VirtualAddress

PVOID _MI_FREED_SPECIAL_POOL::VirtualAddress

Definition at line 64 of file special.c.

Referenced by MmFreeSpecialPool().


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