|  |  |  | 
| 
 | ||
| 
 | ||
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.
- Returns the number of selected items.
- hwnd
- Handle to the list view control.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.