TTM_GETCURRENTTOOL  0CF5V8 

The TTM_GETCURRENTTOOL message retrieves the text that a tooltip control maintains for a tool.

TTM_GETCURRENTTOOL

wParam = 0;

lParam = (LPARAM) (LPTOOLINFO) lpti;

 

Parameters

lpti

Pointer to a TOOLINFO structure that receives information about the current tool. Before sending this message, you must set the cbSize member of this structure to sizeof(TOOLINFO).

 

Return Values

Returns TRUE if successful or FALSE otherwise.

See Also

TOOLINFO