Commit 5572f8be authored by Austin English's avatar Austin English Committed by Alexandre Julliard

include/winuser.h: Add tagDROPSTRUCT struct.

parent 2942e47d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment