ReactOS 0.4.16-dev-106-g10b08aa
|
Public Attributes | |
POOL_HEADER | OverlaidPoolHeader |
ULONG | Signature |
ULONG | TickCount |
ULONG | NumberOfBytesRequested |
BOOLEAN | Pagable |
PVOID | VirtualAddress |
PVOID | StackPointer |
ULONG | StackBytes |
PETHREAD | Thread |
UCHAR | StackData [0x400] |
ULONG _MI_FREED_SPECIAL_POOL::NumberOfBytesRequested |
Definition at line 62 of file special.c.
Referenced by MmFreeSpecialPool().
POOL_HEADER _MI_FREED_SPECIAL_POOL::OverlaidPoolHeader |
BOOLEAN _MI_FREED_SPECIAL_POOL::Pagable |
Definition at line 63 of file special.c.
Referenced by MmFreeSpecialPool().
ULONG _MI_FREED_SPECIAL_POOL::Signature |
Definition at line 60 of file special.c.
Referenced by MmFreeSpecialPool().
ULONG _MI_FREED_SPECIAL_POOL::StackBytes |
Definition at line 66 of file special.c.
Referenced by MmFreeSpecialPool().
PVOID _MI_FREED_SPECIAL_POOL::StackPointer |
Definition at line 65 of file special.c.
Referenced by MmFreeSpecialPool().
PETHREAD _MI_FREED_SPECIAL_POOL::Thread |
Definition at line 67 of file special.c.
Referenced by MmFreeSpecialPool().
ULONG _MI_FREED_SPECIAL_POOL::TickCount |
Definition at line 61 of file special.c.
Referenced by MmFreeSpecialPool().
PVOID _MI_FREED_SPECIAL_POOL::VirtualAddress |
Definition at line 64 of file special.c.
Referenced by MmFreeSpecialPool().