Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
A version of this page is also available for
4/8/2010
This message registers a tool with a ToolTip control.
Syntax
TTM_ADDTOOL wParam = 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 Value
TRUE indicates success. FALSE indicates failure.
Requirements
Header | commctrl.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |