LVN_ENDDRAG

This notification message notifies a list view control parent window about the end of default processing for a drag and drop operation. It is sent in the form of a WM_NOTIFY message.

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later

Syntax

LVN_ENDDRAG pnmv = (NM_LISTVIEW FAR *) lParam;

Parameters

pnmv

Pointer to an NM_LISTVIEW structure. The iItem member identifies the dragged item, and the ptAction member specifies the screen coordinates of the drop location. The other members are zero.

Return Values

None

See Also

NM_LISTVIEW, WM_NOTIFY