ReactOS 0.4.16-dev-306-g647d351
|
#include <winternl.h>
Public Attributes | |
ULONG | Base |
ULONG | Flags |
USHORT | Granularity |
USHORT | Unknown |
ULONG | Allocated |
ULONG | Committed |
ULONG | TagCount |
ULONG | BlockCount |
ULONG | Reserved [7] |
PVOID | Tags |
PVOID | Blocks |
Definition at line 1719 of file winternl.h.
ULONG _DEBUG_HEAP_INFORMATION::Allocated |
Definition at line 1724 of file winternl.h.
ULONG _DEBUG_HEAP_INFORMATION::Base |
Definition at line 1720 of file winternl.h.
ULONG _DEBUG_HEAP_INFORMATION::BlockCount |
Definition at line 1727 of file winternl.h.
PVOID _DEBUG_HEAP_INFORMATION::Blocks |
Definition at line 1730 of file winternl.h.
ULONG _DEBUG_HEAP_INFORMATION::Committed |
Definition at line 1725 of file winternl.h.
ULONG _DEBUG_HEAP_INFORMATION::Flags |
Definition at line 1721 of file winternl.h.
USHORT _DEBUG_HEAP_INFORMATION::Granularity |
Definition at line 1722 of file winternl.h.
ULONG _DEBUG_HEAP_INFORMATION::Reserved[7] |
Definition at line 1728 of file winternl.h.
ULONG _DEBUG_HEAP_INFORMATION::TagCount |
Definition at line 1726 of file winternl.h.
PVOID _DEBUG_HEAP_INFORMATION::Tags |
Definition at line 1729 of file winternl.h.
USHORT _DEBUG_HEAP_INFORMATION::Unknown |
Definition at line 1723 of file winternl.h.