Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
post_event_visitor_t Struct Referenceabstract

Implements action to take when the event was processed by the notification callback (i.e. More...

#include <ida.hpp>

Public Member Functions

virtual ssize_t idaapi handle_post_event (ssize_t code, int notification_code, va_list va)=0
 Action for post-event management. More...
 

Detailed Description

Implements action to take when the event was processed by the notification callback (i.e.

when the notification callback returns non-zero code). All the registered (register_post_event_visitor()) post-event visitors will be called in turn after the event was processed by one of the notification callbacks.

Member Function Documentation

◆ handle_post_event()

virtual ssize_t idaapi post_event_visitor_t::handle_post_event ( ssize_t  code,
int  notification_code,
va_list  va 
)
pure virtual

Action for post-event management.

May change the result of the processed event or data carried by the event.

Parameters
codethe notification callback or other post-event action return code (result of the processed event)
notification_codeevent code
vaadditional arguments, the same as for processed event
Returns
result of the event processed

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