TTM_GETTEXT (Compact 2013)

3/28/2014

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

Syntax

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 Embedded Compact does not currently provide a way to specify the size of the buffer or to determine the required buffer size.

Return Value

None.

Requirements

Header

commctrl.h

See Also

Reference

ToolTips Messages
TOOLINFO