mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[Include]
- Add mod switch for SAS hotkey support. - Add ImmProcessKey return flags, works the same as ImmProcessHotKey for WinCE. svn path=/trunk/; revision=65843
This commit is contained in:
parent
594e534dd0
commit
b4b8065c8c
1 changed files with 9 additions and 0 deletions
|
@ -107,6 +107,13 @@ extern "C" {
|
|||
#define LN_MESSAGE_BEEP 0x9
|
||||
#define LN_START_SCREENSAVE 0xA
|
||||
|
||||
// From WinCE 6.0 Imm.h SDK
|
||||
// Returns for ImmProcessHotKey
|
||||
#define IPHK_HOTKEY 0x0001
|
||||
#define IPHK_PROCESSBYIME 0x0002
|
||||
#define IPHK_CHECKCTRL 0x0004
|
||||
#define IPHK_SKIPTHISKEY 0x0010
|
||||
|
||||
//
|
||||
// Undocumented flags for DrawCaptionTemp
|
||||
//
|
||||
|
@ -114,6 +121,8 @@ extern "C" {
|
|||
|
||||
#define STARTF_SCRNSAVER 0x80000000
|
||||
|
||||
#define MOD_WINLOGON_SAS 0x8000
|
||||
|
||||
#define CW_USEDEFAULT16 ((short)0x8000)
|
||||
|
||||
#define SBRG_SCROLLBAR 0 /* the scrollbar itself */
|
||||
|
|
Loading…
Reference in a new issue