|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <minwinbase.h>

Public Attributes | |
| PVOID | lpData |
| DWORD | cbData |
| BYTE | cbOverhead |
| BYTE | iRegionIndex |
| WORD | wFlags |
| union { | |
| struct { | |
| HANDLE hMem | |
| DWORD dwReserved [3] | |
| } Block | |
| struct { | |
| DWORD dwCommittedSize | |
| DWORD dwUnCommittedSize | |
| LPVOID lpFirstBlock | |
| LPVOID lpLastBlock | |
| } Region | |
| } | DUMMYUNIONNAME |
Definition at line 360 of file minwinbase.h.
| struct { ... } _PROCESS_HEAP_ENTRY::Block |
| DWORD _PROCESS_HEAP_ENTRY::cbData |
Definition at line 363 of file minwinbase.h.
Referenced by _heapwalk().
| BYTE _PROCESS_HEAP_ENTRY::cbOverhead |
Definition at line 364 of file minwinbase.h.
| _ANONYMOUS_UNION union { ... } _PROCESS_HEAP_ENTRY::DUMMYUNIONNAME |
| DWORD _PROCESS_HEAP_ENTRY::dwCommittedSize |
Definition at line 376 of file minwinbase.h.
| DWORD _PROCESS_HEAP_ENTRY::dwReserved[3] |
Definition at line 372 of file minwinbase.h.
| DWORD _PROCESS_HEAP_ENTRY::dwUnCommittedSize |
Definition at line 377 of file minwinbase.h.
| HANDLE _PROCESS_HEAP_ENTRY::hMem |
Definition at line 371 of file minwinbase.h.
| BYTE _PROCESS_HEAP_ENTRY::iRegionIndex |
Definition at line 365 of file minwinbase.h.
Referenced by _heapwalk().
| PVOID _PROCESS_HEAP_ENTRY::lpData |
Definition at line 362 of file minwinbase.h.
Referenced by _heapwalk().
| LPVOID _PROCESS_HEAP_ENTRY::lpFirstBlock |
Definition at line 378 of file minwinbase.h.
| LPVOID _PROCESS_HEAP_ENTRY::lpLastBlock |
Definition at line 379 of file minwinbase.h.
| struct { ... } _PROCESS_HEAP_ENTRY::Region |
| WORD _PROCESS_HEAP_ENTRY::wFlags |
Definition at line 366 of file minwinbase.h.
Referenced by _heapwalk().