-
Notifications
You must be signed in to change notification settings - Fork 55
MTY_CrashFunc
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Function called when the process is about to terminate.
typedef void (*MTY_CrashFunc)(
bool forced,
void * opaque
);
forced
(bool
)
The user intentionally forced termination.
opaque
(void *
)
Pointer set via MTY_SetCrashFunc
.