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

Public Attributes

RzEventCallback cb
 
void * user
 
int handle
 

Detailed Description

Definition at line 7 of file event.c.

Member Data Documentation

◆ cb

RzEventCallback rz_event_callback_hook_t::cb

Definition at line 8 of file event.c.

Referenced by rz_event_hook(), and rz_event_send().

◆ handle

int rz_event_callback_hook_t::handle

Definition at line 10 of file event.c.

Referenced by del_hook(), and rz_event_hook().

◆ user

void* rz_event_callback_hook_t::user

Definition at line 9 of file event.c.

Referenced by rz_event_hook(), and rz_event_send().


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