The TTM_GETTOOLINFO message retrieves the information that a tooltip control maintains about a tool.
TTM_GETTOOLINFO
wParam = 0;
lParam = (LPARAM) (LPTOOLINFO) lpti;
Parameters
lpti
Pointer to a TOOLINFO structure. When sending the message, the hwnd and uId members identify a tool, and the cbSize member must specify the size of the structure. If the tooltip control includes the tool, the structure receives information about the tool.
Return Values
Returns TRUE if successful or FALSE otherwise.
See Also