ReactOS 0.4.15-dev-7953-g1f49173
_BASE_HEAP_HANDLE_ENTRY Struct Reference

#include <baseheap.h>

Collaboration diagram for _BASE_HEAP_HANDLE_ENTRY:

Public Attributes

USHORT Flags
 
USHORT LockCount
 
union {
   PVOID   Object
 
   ULONG   OldSize
 
}; 
 

Detailed Description

Definition at line 68 of file baseheap.h.

Member Data Documentation

◆ 

union { ... } _BASE_HEAP_HANDLE_ENTRY::@462

◆ Flags

USHORT _BASE_HEAP_HANDLE_ENTRY::Flags

◆ LockCount

USHORT _BASE_HEAP_HANDLE_ENTRY::LockCount

◆ Object

PVOID _BASE_HEAP_HANDLE_ENTRY::Object

◆ OldSize

ULONG _BASE_HEAP_HANDLE_ENTRY::OldSize

Definition at line 75 of file baseheap.h.

Referenced by GlobalSize().


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