PHANDLER_ROUTINE typedef callback

PHANDLER_ROUTINE = Int32 Function(Uint32 ctrlType)

An application-defined function used with the SetConsoleCtrlHandler function.

To learn more, see learn.microsoft.com/windows/console/handlerroutine.

Implementation

typedef PHANDLER_ROUTINE = Int32 Function(Uint32 ctrlType);