TTM_GETTEXT (Windows CE 5.0)

Send Feedback

This message retrieves the information that a ToolTip control maintains about a tool.

TTM_GETTEXT wParam= 0;lParam= (LPARAM) (LPTOOLINFO)lpti;

Parameters

  • wParam
    Not used. Set to 0.
  • lpti
    Pointer to a TOOLINFO structure that receives the information about the tool. You must set the cbSize member of this structure 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. Windows CE does not currently provide a way to specify the size of the buffer or to determine the required buffer size.

Return Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Commctrl.h.

See Also

TOOLINFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.