Win32-2.8.0.0: A binding to Windows Win32 API.

Copyright2008-2013 Judah Jacobson 2013 shelarcy
LicenseBSD-style
Maintainershelarcy@gmail.com
StabilityProvisional
PortabilityNon-portable (Win32 API)
Safe HaskellSafe
LanguageHaskell2010

System.Win32.Console.CtrlHandler

Description

Set handlers of console Ctrl events.

Synopsis

Documentation

setConsoleCtrlHandler :: PHANDLER_ROUTINE -> BOOL -> IO () Source #

This function isn't suitable when we want to set the cTRL_C_EVENT handler. If you want to set the cTRL_C_EVENT handler, use c_SetConsoleCtrlHandler instead.