Changeset 9935 for trunk/include
- Timestamp:
- Mar 25, 2003, 1:17:09 PM (23 years ago)
- Location:
- trunk/include
- Files:
-
- 3 edited
-
pmkbdhk.h (modified) (2 diffs)
-
win32api.h (modified) (1 diff)
-
winconst.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/pmkbdhk.h
r9812 r9935 1 /* $Id: pmkbdhk.h,v 1. 2 2003-02-16 18:28:48sandervl Exp $ */1 /* $Id: pmkbdhk.h,v 1.3 2003-03-25 12:16:56 sandervl Exp $ */ 2 2 /* 3 3 * OS/2 Presentation Manager Keyboard Hook … … 15 15 * WM_PENFIRST is 0x04c0 16 16 */ 17 #define WM_CHAR_SPECIAL 0x04be 18 #define WM_CHAR_SPECIAL_ALTGRCONTROL 0x04bf 17 #define WM_CHAR_SPECIAL 0x04ba 18 #define WM_CHAR_SPECIAL_ALTGRCONTROL 0x04bb 19 #define WM_CHAR_SPECIAL_CONSOLE_BREAK 0x04bc 19 20 20 21 -
trunk/include/win32api.h
r9921 r9935 230 230 BOOL WINAPI WriteProfileStringW(LPCWSTR,LPCWSTR,LPCWSTR); 231 231 232 BOOL WINAPI GenerateConsoleCtrlEvent( DWORD dwCtrlEvent, DWORD dwProcessGroupID); 233 232 234 #endif -
trunk/include/winconst.h
r9652 r9935 2018 2018 #define PBT_APMRESUMEAUTOMATIC_W 0x0012 2019 2019 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 2020 2026 #endif //__WINCONST_H__
Note:
See TracChangeset
for help on using the changeset viewer.
