winuser.h

Mensaje LB_GETSELCOUNT

Definición

LB_GETSELCOUNT  
wParam = 0;  // no usado; debe ser cero
lParam = 0;  // no usado; debe ser cero

Una aplicación envía un mensaje LB_GETSELCOUNT para recuperar el número total de ítems seleccionados en un list box de selección múltiple.

Descripción

Este mensaje no tiene parámetros.

Valor de retorno

El valor de retorno es el contador de ítems seleccionados en el list box. Si el list box es de selección sencilla, el valor de retorno es LB_ERR.