Skip to content

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
);

Parameters

forced (bool)

The user intentionally forced termination.

opaque (void *)

Pointer set via MTY_SetCrashFunc.

See also

Module: System

Clone this wiki locally