Contents Index Topic Contents | ||
Previous Topic: TTM_GETMAXTIPWIDTH Next Topic: TTM_GETTIPBKCOLOR |
TTM_GETTEXT
TTM_GETTEXT wParam = 0; lParam = (LPARAM) (LPTOOLINFO) lpti;Retrieves the information a tooltip control maintains about a tool.
- No return value.
- lpti
- Address of a TOOLINFO structure.
- The cbSize member of this structure must be filled in before sending this message. Set the hwnd and uId members to identify the tool for which to retrieve information. Set the lpszText member to point to a buffer that receives the text. There currently is no way to specify the size of the buffer or to determine the required buffer size.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.