The TTM_ENUMTOOLS message retrieves the information that a tooltip control maintains about the current tool; that is, the tool for which the tooltip is currently displaying text.
TTM_ENUMTOOLS wParam = (WPARAM) (UINT) iTool; lParam = (LPARAM) (LPTOOLINFO) lpti;
Returns TRUE if any tools are enumerated or FALSE otherwise.
Retrieves the information that a tooltip control maintains about a tool.