Contents Index Topic Contents | ||
Previous Topic: ListView_GetSelectedCount Next Topic: ListView_GetStringWidth |
ListView_GetSelectionMark
INT ListView_GetSelectionMark( HWND hwndLV );Retrieves the selection mark from a list view control. You can use this macro or explicitly send the LVM_GETSELECTIONMARK message.
- Returns the zero-based selection mark, or -1 if there is no selection mark.
- hwndLV
- Handle to a list view control.
The selection mark is the item index from which a multiple selection starts.
Version 4.71
See also ListView_SetSelectionMark
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.