ReactOS 0.4.15-dev-8100-g1887773
tagHEAPENTRY32 Struct Reference

#include <tlhelp32.h>

Collaboration diagram for tagHEAPENTRY32:

Public Attributes

DWORD dwSize
 
HANDLE hHandle
 
DWORD dwAddress
 
DWORD dwBlockSize
 
DWORD dwFlags
 
DWORD dwLockCount
 
DWORD dwResvd
 
DWORD th32ProcessID
 
DWORD th32HeapID
 

Detailed Description

Definition at line 37 of file tlhelp32.h.

Member Data Documentation

◆ dwAddress

DWORD tagHEAPENTRY32::dwAddress

Definition at line 40 of file tlhelp32.h.

Referenced by Heap32First(), Heap32Next(), and IsBlockFromHeap().

◆ dwBlockSize

DWORD tagHEAPENTRY32::dwBlockSize

Definition at line 41 of file tlhelp32.h.

Referenced by Heap32First(), Heap32Next(), and IsBlockFromHeap().

◆ dwFlags

DWORD tagHEAPENTRY32::dwFlags

Definition at line 42 of file tlhelp32.h.

Referenced by Heap32First(), and Heap32Next().

◆ dwLockCount

DWORD tagHEAPENTRY32::dwLockCount

Definition at line 43 of file tlhelp32.h.

Referenced by Heap32First().

◆ dwResvd

DWORD tagHEAPENTRY32::dwResvd

Definition at line 44 of file tlhelp32.h.

Referenced by Heap32First(), and Heap32Next().

◆ dwSize

DWORD tagHEAPENTRY32::dwSize

Definition at line 38 of file tlhelp32.h.

Referenced by IsBlockFromHeap().

◆ hHandle

HANDLE tagHEAPENTRY32::hHandle

Definition at line 39 of file tlhelp32.h.

Referenced by Heap32First().

◆ th32HeapID

DWORD tagHEAPENTRY32::th32HeapID

Definition at line 46 of file tlhelp32.h.

Referenced by Heap32First(), and Heap32Next().

◆ th32ProcessID

DWORD tagHEAPENTRY32::th32ProcessID

Definition at line 45 of file tlhelp32.h.

Referenced by Heap32First(), and Heap32Next().


The documentation for this struct was generated from the following file: