TTM_ADDTOOL (Windows CE 5.0)

Send Feedback

This message registers a tool with a ToolTip control.

TTM_ADDTOOLwParam = 0;lParam = (LPARAM) (LPTOOLINFO) lpti;

Parameters

  • wParam
    Not used. Set to 0.
  • lpti
    Pointer to a TOOLINFO structure that specifies the information that the ToolTip control uses to display text for the tool. Set the value of the cbSize member of the TOOLINFO structure before you sent this message.

Return Values

TRUE indicates success. FALSE indicates failure.

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.