Context passed to a hooked function's callback.
More...
#include <augment.hpp>
|
|
void * | self |
| | this pointer
|
|
void ** | args |
| | argument array, index 0 = first param
|
|
void * | ret |
| | return value slot
|
|
int | cancelled |
| | set nonzero in before to skip original
|
|
void * | user |
| | internal, do not touch
|
|
int | arg_count |
| | number of arguments
|
Context passed to a hooked function's callback.
The documentation for this struct was generated from the following file: