LVM_GETSELECTIONMARK
This message retrieves the selection mark from a list-view control.
LVM_GETSELECTIONMARK Param = 0;
lParam = 0;
Parameters
- wParam
Not used. - lParam
Not used.
Return Values
Returns the zero-based selection mark, or –1 if there is no selection mark.
Remarks
The selection mark is the item index from which a multiple selection starts.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
See Also
ListView_GetSelectionMark | List-View Controls Messages
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.