commctrl.h

Macro ListView_GetToolTips

Obtiene el control tooltip que el control list-view usa para mostrar tooltips. Se puede usar esta macro o enviar el mensaje LVM_GETTOOLTIPS explícitamente.

Definición

HWND ListView_GetToolTips(
    HWND hwndLV
);

Descripción

hwndLV
Un manipulador del control list-view.

Valor de retorno

Devuelve el manipulador del control tooltip.