Added some missing manifest constants for Queue Status functions (QS_????).

oldstable
Eric Pouech 1999-04-25 10:59:01 +00:00 committed by Alexandre Julliard
parent 8dde5a4fe4
commit 33c5974f8e
1 changed files with 4 additions and 1 deletions

View File

@ -2653,7 +2653,10 @@ typedef struct
#define QS_TIMER 0x0010
#define QS_PAINT 0x0020
#define QS_SENDMESSAGE 0x0040
#define QS_ALLINPUT 0x007f
#define QS_HOTKEY 0x0080
#define QS_INPUT (QS_MOUSE | QS_KEY)
#define QS_ALLEVENTS (QS_INPUT | QS_POSTMESSAGE | QS_TIMER | QS_PAINT | QS_HOTKEY)
#define QS_ALLINPUT (QS_ALLEVENTS | QS_SENDMESSAGE)
#define DDL_READWRITE 0x0000
#define DDL_READONLY 0x0001