Contents Index Topic Contents | ||
Previous Topic: TTM_GETTOOLCOUNT Next Topic: TTM_HITTEST |
TTM_GETTOOLINFO
TTM_GETTOOLINFO wParam = 0; lParam = (LPARAM) (LPTOOLINFO) lpti;Retrieves the information that a tooltip control maintains about a tool.
- Returns TRUE if successful, or FALSE otherwise.
- lpti
- Address of a TOOLINFO structure. When sending the message, the hwnd and uId members identify a tool, and the cbSize member must specify the size of the structure. If the tooltip control includes the tool, the structure receives information about the tool.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.