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

#include <windows_heap.h>

Public Attributes

union {
   UINT32   StrideAndOffset
 
   struct {
      UINT16   FirstAllocationOffset
 
      UINT16   BlockStride
 
   } 
 
}; 
 

Detailed Description

Definition at line 783 of file windows_heap.h.

Member Data Documentation

◆ 

union { ... }

◆ BlockStride

UINT16 _HEAP_USERDATA_OFFSETS::BlockStride

Definition at line 788 of file windows_heap.h.

◆ FirstAllocationOffset

UINT16 _HEAP_USERDATA_OFFSETS::FirstAllocationOffset

Definition at line 787 of file windows_heap.h.

Referenced by GetHeapBlocks().

◆ StrideAndOffset

UINT32 _HEAP_USERDATA_OFFSETS::StrideAndOffset

Definition at line 785 of file windows_heap.h.

Referenced by GetHeapBlocks().


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