Function
GumEventSinkCallback
Declaration
void
(* GumEventSinkCallback) (
const GumEvent* event,
GumCpuContext* cpu_context,
gpointer user_data
)
Parameters
event-
Type:
GumEventNo description available.
The data is owned by the caller of the function. cpu_context-
Type:
GumCpuContextNo description available.
The data is owned by the caller of the function. user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function.