ListView_GetSelectedCountListView_GetSelectedCount*
*Contents  *Index  *Topic Contents
*Previous Topic: ListView_GetOrigin
*Next Topic: ListView_GetSelectionMark

ListView_GetSelectedCount


UINT ListView_GetSelectedCount(
    HWND hwnd		
);		

Determines the number of selected items in a list view control. You can use this macro or send the LVM_GETSELECTEDCOUNT message explicitly.

hwnd
Handle to the list view control.

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