TTM_UPDATETIPTEXT (Windows CE 5.0)

Send Feedback

This message sets the ToolTip text for a tool.

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

Parameters

  • wParam
    Not used. Set to 0.
  • lpti
    Pointer to a TOOLINFO structure. The hinst and lpszText members of the structure must specify the instance handle and the address of the text. The hwnd and uId members identify the tool to update. Set the cbSize member of this structure before you send this message.

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.