LVM_GETSELECTIONMARKLVM_GETSELECTIONMARK*
*Contents  *Index  *Topic Contents
*Previous Topic: LVM_GETSELECTEDCOUNT
*Next Topic: LVM_GETSTRINGWIDTH

LVM_GETSELECTIONMARK


LVM_GETSELECTIONMARK
    wParam = 0;
    lParam = 0;

Retrieves the selection mark from a list view control. You can send this message explicitly or use the ListView_GetSelectionMark macro.

The selection mark is the item index from which a multiple selection starts.

Version 4.71

See also LVM_SETSELECTIONMARK


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