Prev Next
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
TOOLINFO