ListView_GetSelectionMarkListView_GetSelectionMark*
*



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.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.