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

#include <windows_heap.h>

Public Attributes

union {
   UINT32   EncodedData
 
   struct {
      UINT16   BlockSize
 
      UINT16   FirstBlockOffset
 
   } 
 
}; 
 

Detailed Description

Definition at line 507 of file windows_heap.h.

Member Data Documentation

◆ 

union { ... }

◆ BlockSize

UINT16 _HEAP_LFH_SUBSEGMENT_ENCODED_OFFSETS::BlockSize

Definition at line 511 of file windows_heap.h.

Referenced by __lfh_segment_loop(), and GetSingleSegmentBlock().

◆ EncodedData

UINT32 _HEAP_LFH_SUBSEGMENT_ENCODED_OFFSETS::EncodedData

Definition at line 509 of file windows_heap.h.

Referenced by __lfh_segment_loop(), and GetSingleSegmentBlock().

◆ FirstBlockOffset

UINT16 _HEAP_LFH_SUBSEGMENT_ENCODED_OFFSETS::FirstBlockOffset

Definition at line 512 of file windows_heap.h.

Referenced by __lfh_segment_loop().


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