LVM_GETSELECTIONMARK (Windows CE 5.0)
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
Send Feedback on this topic to the authors