Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 1.56 KB

lvn-begindrag.md

File metadata and controls

66 lines (37 loc) · 1.56 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
LVN_BEGINDRAG notification code (Commctrl.h)
Notifies a list-view control's parent window that a drag-and-drop operation involving the left mouse button is being initiated. This notification code is sent in the form of a WM\_NOTIFY message.
2b9bbff8-f5f7-47ac-b662-a327ff49caf7
LVN_BEGINDRAG notification code Windows Controls
apiref
LVN_BEGINDRAG
Commctrl.h
HeaderDef
reference
05/31/2018

LVN_BEGINDRAG notification code

Notifies a list-view control's parent window that a drag-and-drop operation involving the left mouse button is being initiated. This notification code is sent in the form of a WM_NOTIFY message.

LVN_BEGINDRAG

    pnmv = (LPNMLISTVIEW) lParam; 

Parameters

lParam

Pointer to an NMLISTVIEW structure. The iItem member identifies the item being dragged, and the other members are zero.

Return value

No return value.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h