Home
last modified time | relevance | path

Searched refs:CTRL_CLOSE_EVENT (Results 1 – 5 of 5) sorted by relevance

/reactos/base/applications/cmdutils/replace/
H A Dreplace.c585 case CTRL_CLOSE_EVENT: /* Closing console? */ in CtrlHandlerRoutine()
/reactos/base/applications/network/ping/
H A Dping.c689 case CTRL_CLOSE_EVENT: in ConsoleCtrlHandler()
/reactos/dll/win32/kernel32/client/console/
H A Dconsole.c66 case CTRL_CLOSE_EVENT: in DefaultConsoleCtrlHandler()
140 case CTRL_CLOSE_EVENT: in ConsoleControlDispatcher()
185 case CTRL_CLOSE_EVENT: in ConsoleControlDispatcher()
/reactos/sdk/include/psdk/
H A Dwincon.h70 #define CTRL_CLOSE_EVENT 2 macro
/reactos/win32ss/user/winsrv/consrv/frontends/gui/
H A Dconwnd.c1439 ConSrvConsoleProcessCtrlEvent(Console, 0, CTRL_CLOSE_EVENT); in OnClose()