Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This message retrieves the ToolTip control that the list-view control uses to display ToolTips. You can send this message explicitly or use the ListView_GetToolTipsmacro.

To send this message, call the SendMessagefunction.

Syntax

lResult = SendMessage( 
   (HWND) hWndControl, 
   (UINT) LVM_GETTOOLTIPS,
   (WPARAM) 
wParam,  // = 0; not used, must be zero
   (LPARAM) 
lParam	// = 0; not used, must be zero
); 

Parameters

wParam

Must be zero.

lParam

Must be zero.

Return Value

Returns the handle of the ToolTip control.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also