TTM_GETTEXT (Windows Embedded CE 6.0)
1/6/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 |