DRAGLISTINFO structure (commctrl.h)
Contains information about a drag event. The pointer to DRAGLISTINFO is passed as the lParam parameter of the drag list message.
Syntax
typedef struct tagDRAGLISTINFO {
UINT uNotification;
HWND hWnd;
POINT ptCursor;
} DRAGLISTINFO, *LPDRAGLISTINFO;
Members
uNotification
Type: UINT
The notification code that specifies the type of drag event. This member can be one of the following values:
hWnd
Type: HWND
A handle to the drag list box.
ptCursor
Type: POINT
A POINT structure that contains the current x- and y-coordinates of the mouse cursor.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | commctrl.h |