LVN_MARQUEEBEGIN notification code
Notifies a list-view control's parent window that a bounding box (marquee) selection has begun. This notification code is sent in the form of a WM_NOTIFY message.
LVN_MARQUEEBEGIN
pnmv = (LPNMLISTVIEW) lParam;
Parameters
-
lParam
-
Pointer to an NMHDR structure.
Return value
To accept the notification code, return zero. To quit the bounding box selection, return nonzero.
Remarks
A bounding box selection is the process of clicking the list-view window's client area and dragging to select multiple items simultaneously.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|