include/winuser.h: Add tagDROPSTRUCT struct.

Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Austin English 2018-04-20 00:43:05 -05:00 committed by Alexandre Julliard
parent 2942e47dc9
commit 5572f8bebc
1 changed files with 10 additions and 0 deletions

View File

@ -2148,6 +2148,16 @@ typedef struct tagCBTACTIVATESTRUCT
} CBTACTIVATESTRUCT, *LPCBTACTIVATESTRUCT;
typedef struct tagDROPSTRUCT
{
HWND hwndSource;
HWND hwndSink;
DWORD wFmt;
ULONG_PTR dwData;
POINT ptDrop;
DWORD dwControlData;
} DROPSTRUCT, *PDROPSTRUCT, *LPDROPSTRUCT;
/* modifiers for RegisterHotKey */
#define MOD_ALT 0x0001
#define MOD_CONTROL 0x0002