Contents Index Topic Contents | ||
Previous Topic: ListView_GetItem Next Topic: ListView_GetItemPosition |
ListView_GetItemCount
int ListView_GetItemCount( HWND hwnd );Retrieves the number of items in a list view control. You can use this macro or send the LVM_GETITEMCOUNT message explicitly.
- Returns the number of items.
- hwnd
- Handle to the list view control.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.