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

#include <windows_heap.h>

Public Attributes

WPARAM size
 
WPARAM flags
 
WPARAM extra
 
WPARAM address
 

Detailed Description

Definition at line 924 of file windows_heap.h.

Member Data Documentation

◆ address

WPARAM _HeapBlockBasicInfo::address

Definition at line 928 of file windows_heap.h.

Referenced by capstone.CsInsn::__repr__(), GetFirstHeapBlock(), and GetNextHeapBlock().

◆ extra

WPARAM _HeapBlockBasicInfo::extra

Definition at line 927 of file windows_heap.h.

◆ flags

WPARAM _HeapBlockBasicInfo::flags

◆ size

WPARAM _HeapBlockBasicInfo::size

Definition at line 925 of file windows_heap.h.

Referenced by GetFirstHeapBlock(), and GetNextHeapBlock().


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