ReactOS 0.4.16-dev-336-gb667d82
|
#include <tlhelp32.h>
Public Attributes | |
DWORD | dwSize |
HANDLE | hHandle |
DWORD | dwAddress |
DWORD | dwBlockSize |
DWORD | dwFlags |
DWORD | dwLockCount |
DWORD | dwResvd |
DWORD | th32ProcessID |
DWORD | th32HeapID |
Definition at line 37 of file tlhelp32.h.
DWORD tagHEAPENTRY32::dwAddress |
Definition at line 40 of file tlhelp32.h.
Referenced by Heap32First(), Heap32Next(), and IsBlockFromHeap().
DWORD tagHEAPENTRY32::dwBlockSize |
Definition at line 41 of file tlhelp32.h.
Referenced by Heap32First(), Heap32Next(), and IsBlockFromHeap().
DWORD tagHEAPENTRY32::dwFlags |
Definition at line 42 of file tlhelp32.h.
Referenced by Heap32First(), and Heap32Next().
DWORD tagHEAPENTRY32::dwLockCount |
Definition at line 43 of file tlhelp32.h.
Referenced by Heap32First().
DWORD tagHEAPENTRY32::dwResvd |
Definition at line 44 of file tlhelp32.h.
Referenced by Heap32First(), and Heap32Next().
DWORD tagHEAPENTRY32::dwSize |
Definition at line 38 of file tlhelp32.h.
Referenced by IsBlockFromHeap().
HANDLE tagHEAPENTRY32::hHandle |
Definition at line 39 of file tlhelp32.h.
Referenced by Heap32First().
DWORD tagHEAPENTRY32::th32HeapID |
Definition at line 46 of file tlhelp32.h.
Referenced by Heap32First(), and Heap32Next().
DWORD tagHEAPENTRY32::th32ProcessID |
Definition at line 45 of file tlhelp32.h.
Referenced by Heap32First(), and Heap32Next().