mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 19:49:50 +00:00
include/winuser.h: Add tagDROPSTRUCT struct.
Signed-off-by: Austin English <austinenglish@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2942e47dc9
commit
5572f8bebc
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue