commctrl.h

Mensaje LVM_GETEMPTYTEXT

Definición

LVM_GETEMPTYTEXT
    pszText=(WPARAM)(PWSTR)wParam
    cchText=(LPARAM)(UINT)lParam

Obtiene el texto que será mostrado cuando el control list-view esté vacío. Se puede enviar este mensaje explícitamente o bien usar la macro ListView_GetEmptyText.

Descripción

pszText
Un puntero a un buffer Unicode terminado en cero del tamaño especificado por cchText que recibirá el texto. El proceso que llama es el responsable de obtener el buffer.
cchText
El tamaño del buffer apuntado por pszText, incluyendo el terminador NULL.

Valor de retorno

Devuelve TRUE si tiene éxito, o FALSE en caso contrario.