TTM_GETTOOLINFO (Windows CE 5.0)
This message retrieves the information that a ToolTip control maintains about a tool.
TTM_GETTOOLINFO wParam= 0;lParam= (LPARAM) (LPTOOLINFO)lpti;
Parameters
- wParam
Not used. Set to 0. - lpti
Pointer to a TOOLINFO structure that identifies the tool for which you want to retrieve information. When you send the message, specify the hwnd and uId members of the structure to identify a tool and set the cbSize member to the size of the structure. If the ToolTip control includes the tool, the structure receives information about the tool.
Return Values
TRUE indicates success. FALSE indicates failure.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Commctrl.h.
See Also
Send Feedback on this topic to the authors