ReactOS 0.4.16-dev-814-g656a5dc
|
#include <heap.h>
Public Attributes | |
union { | |
struct { | |
USHORT Size | |
UCHAR Flags | |
UCHAR SmallTagIndex | |
} | |
struct { | |
PVOID SubSegmentCode | |
USHORT PreviousSize | |
union { | |
UCHAR SegmentOffset | |
UCHAR LFHFlags | |
} | |
UCHAR UnusedBytes | |
} | |
struct { | |
USHORT FunctionIndex | |
USHORT ContextValue | |
} | |
struct { | |
ULONG InterceptorValue | |
USHORT UnusedBytesLength | |
UCHAR EntryOffset | |
UCHAR ExtendedBlockSignature | |
} | |
struct { | |
ULONG Code1 | |
USHORT Code2 | |
UCHAR Code3 | |
UCHAR Code4 | |
} | |
ULONGLONG AgregateCode | |
}; | |
union { ... } _HEAP_COMMON_ENTRY::@5031 |