Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 TOOLINFO structure that receives the information about the tool. You must set the cbSize member of this structure before sending this message. Set the hwnd and uId members to identify the tool for which to retrieve information. Set the lpszText member 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 |