Added command and return constants used by WM_NOTIFYFORMAT.

This commit is contained in:
Eric Kohl 1998-11-22 17:52:26 +00:00 committed by Alexandre Julliard
parent 2bd3acf7c8
commit 6a0cdd070c
1 changed files with 6 additions and 0 deletions

View File

@ -3410,6 +3410,12 @@ typedef struct
#define WM_CPL_LAUNCH (WM_USER + 1000)
#define WM_CPL_LAUNCHED (WM_USER + 1001)
/* WM_NOTIFYFORMAT commands and return values */
#define NFR_ANSI 1
#define NFR_UNICODE 2
#define NF_QUERY 3
#define NF_REQUERY 4
/* Key status flags for mouse events */
#define MK_LBUTTON 0x0001
#define MK_RBUTTON 0x0002