commctrl.h

Macro ListView_GetSelectedCount

Determina el número de ítems seleccionados en un control list-view. Se puede usar esta macro o enviar el mensaje LVM_GETSELECTEDCOUNT explícitamente.

Definición

int ListView_GetSelectedCount(
    HWND hwndLV
);

Descripción

hwndLV
Un manipulador del control list-view.

Valor de retorno

Devuelve el número de ítems seleccionados.