ReactOS 0.4.15-dev-7942-gd23573b
_RTLP_HEAP_ENTRY Struct Reference
Collaboration diagram for _RTLP_HEAP_ENTRY:

Public Attributes

ULONG Size
 
USHORT Flags
 
USHORT Unknown1
 
ULONG Unknown2
 
PVOID Address
 

Detailed Description

Definition at line 25 of file toolhelp.c.

Member Data Documentation

◆ Address

PVOID _RTLP_HEAP_ENTRY::Address

Definition at line 31 of file toolhelp.c.

Referenced by Heap32First(), and Heap32Next().

◆ Flags

USHORT _RTLP_HEAP_ENTRY::Flags

Definition at line 28 of file toolhelp.c.

Referenced by Heap32First(), and Heap32Next().

◆ Size

ULONG _RTLP_HEAP_ENTRY::Size

Definition at line 27 of file toolhelp.c.

Referenced by Heap32First(), and Heap32Next().

◆ Unknown1

USHORT _RTLP_HEAP_ENTRY::Unknown1

Definition at line 29 of file toolhelp.c.

◆ Unknown2

ULONG _RTLP_HEAP_ENTRY::Unknown2

Definition at line 30 of file toolhelp.c.


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