Rizin
unix-like reverse engineering framework and cli tools
_HEAP_EXTENDED_ENTRY Struct Reference

#include <windows_heap.h>

Public Attributes

union {
   struct {
      UINT16   FunctionIndex
 
      UINT16   ContextValue
 
   } 
 
   ULONG32   InterceptorValue
 
}; 
 
UINT16 UnusedBytesLength
 
UINT8 EntryOffset
 
UINT8 ExtendedBlockSignature
 

Detailed Description

Definition at line 152 of file windows_heap.h.

Member Data Documentation

◆ 

union { ... }

◆ ContextValue

UINT16 _HEAP_EXTENDED_ENTRY::ContextValue

Definition at line 159 of file windows_heap.h.

◆ EntryOffset

UINT8 _HEAP_EXTENDED_ENTRY::EntryOffset

Definition at line 164 of file windows_heap.h.

◆ ExtendedBlockSignature

UINT8 _HEAP_EXTENDED_ENTRY::ExtendedBlockSignature

Definition at line 165 of file windows_heap.h.

◆ FunctionIndex

UINT16 _HEAP_EXTENDED_ENTRY::FunctionIndex

Definition at line 158 of file windows_heap.h.

◆ InterceptorValue

ULONG32 _HEAP_EXTENDED_ENTRY::InterceptorValue

Definition at line 161 of file windows_heap.h.

◆ UnusedBytesLength

UINT16 _HEAP_EXTENDED_ENTRY::UnusedBytesLength

Definition at line 163 of file windows_heap.h.


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