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 information that a ToolTip control maintains about a tool.

Syntax

TTM_GETTEXT 
wParam = 0;

lParam = (LPARAM) (LPTOOLINFO) 
lpti;

Parameters

wParam

Not used. Set to 0.

lpti

Pointer to a TOOLINFOstructure that receives the information about the tool. You must set the cbSizemember of this structure before sending this message. Set the hwndand uIdmembers to identify the tool for which to retrieve information. Set the lpszTextmember to point to a buffer that receives the text. Windows Embedded CE does not currently provide a way to specify the size of the buffer or to determine the required buffer size.

Return Value

None.

Requirements

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

See Also

Reference

TOOLINFO