ListView_GetItemCountListView_GetItemCount*
*



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.

hwnd
Handle to the list view control.

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