Ignore:
Timestamp:
Mar 25, 2003, 1:17:09 PM (22 years ago)
Author:
sandervl
Message:

PF: Generate console even when receiving special keyboard hook message for Ctrl-Break

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winconst.h

    r9652 r9935  
    20182018#define PBT_APMRESUMEAUTOMATIC_W          0x0012
    20192019
     2020#define CTRL_C_EVENT_W        0
     2021#define CTRL_BREAK_EVENT_W    1
     2022#define CTRL_CLOSE_EVENT_W    2
     2023#define CTRL_LOGOFF_EVENT_W   5
     2024#define CTRL_SHUTDOWN_EVENT_W 6
     2025
    20202026#endif //__WINCONST_H__
Note: See TracChangeset for help on using the changeset viewer.