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;
Parameters
iTool
Zero-based index of the tool for which to retrieve information.
lpti
Pointer to a TOOLINFO structure that receives information about the tool. Before sending this message, the cbSize member must specify the size of the structure.
Return Values
Returns TRUE if any tools are enumerated or FALSE otherwise.
Remarks
Retrieves the information that a tooltip control maintains about a tool.
See Also