commctrl.h
Macro ListView_GetItemCount
Obtiene el número de ítems en un control list-view. Se puede usar esta macro o enviar el mensaje LVM_GETITEMCOUNT explícitamente.
Definición
UINT ListView_GetItemCount(
HWND hwnd
);
Descripción
- hwnd
- Un manipulador del control list-view.
Valor de retorno
Devuelve el número de ítems.