IDA C++ SDK 9.2
Loading...
Searching...
No Matches
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.
virtual ~post_event_visitor_t ()

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.

Constructor & Destructor Documentation

◆ ~post_event_visitor_t()

virtual post_event_visitor_t::~post_event_visitor_t ( )
inlinevirtual

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: