The TTM_GETTEXT message retrieves a count of the tools maintained by a tooltip control.
TTM_GETTEXT
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. If the tooltip control includes the tool, the lpszText member receives the pointer to the string. Before sending this message, you must set the cbSize member of this structure to sizeof(TOOLINFO).
Return Values
No return value.
See Also