TTM_DELTOOL
The
TTM_DELTOOL message removes a tool from a tooltip control.
TTM_DELTOOL
wParam = 0;
lParam = (LPARAM) (LPTOOLINFO) lpti;
Parameters
lpti
Pointer to a TOOLINFO
structure. The hwnd and uId members identify the tool to remove,
and the cbSize member must specify the size of the structure. All other
members are ignored.
Return Values
No return
value.
See Also