commctrl.h
Macro ListView_GetFocusedGroup
Obtiene el grupo que tiene el foco. Se puede usar esta macro o enviar el mensaje LVM_GETFOCUSEDGROUP explícitamente.
Definición
int ListView_GetFocusedGroup( HWND hwnd );
Descripción
- hwnd
- Un manipulador del control list-view.
Valor de retorno
Devuelve el índice del grupo con el estado LVGS_FOCUSED, o -1 si no hay ningún grupo con el estado LVGS_FOCUSED.