ReactOS 0.4.16-dev-1481-ga753f34
|
#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 3305 of file winternl.h.
ULONG _DEBUG_HEAP_INFORMATION::Allocated |
Definition at line 3310 of file winternl.h.
ULONG _DEBUG_HEAP_INFORMATION::Base |
Definition at line 3306 of file winternl.h.
ULONG _DEBUG_HEAP_INFORMATION::BlockCount |
Definition at line 3313 of file winternl.h.
PVOID _DEBUG_HEAP_INFORMATION::Blocks |
Definition at line 3316 of file winternl.h.
ULONG _DEBUG_HEAP_INFORMATION::Committed |
Definition at line 3311 of file winternl.h.
ULONG _DEBUG_HEAP_INFORMATION::Flags |
Definition at line 3307 of file winternl.h.
USHORT _DEBUG_HEAP_INFORMATION::Granularity |
Definition at line 3308 of file winternl.h.
ULONG _DEBUG_HEAP_INFORMATION::Reserved[7] |
Definition at line 3314 of file winternl.h.
ULONG _DEBUG_HEAP_INFORMATION::TagCount |
Definition at line 3312 of file winternl.h.
PVOID _DEBUG_HEAP_INFORMATION::Tags |
Definition at line 3315 of file winternl.h.
USHORT _DEBUG_HEAP_INFORMATION::Unknown |
Definition at line 3309 of file winternl.h.