The Win32-User library exports from its Win32-Default-Handler module a handler utility function called win32-last-handler, defined on objects of class <serious-condition>.
Function
let handler or installed globally via last-handler-definer. It is automatically installed as the last handler simply by using the Win32-User library.
win32-last-handler (serious-condition, next-handler)
win32-last-handler function returns no values.
let handler <serious-condition> = win32-last-handler;
define last-handler <serious-condition> = win32-last-handler;
last-handler-definer and default-last-handler, exported from the Functional-Extensions library and module, in the Core Features reference manual.