Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This message activates or deactivates a tracking ToolTip.
Syntax
TTM_TRACKACTIVATE wParam = (WPARAM)(BOOL) bActivate; lParam = (LPARAM)(LPTOOLINFO) lpti; |
Parameters
- bActivate
-
Boolean that specifies whether you want to activate or deactivate tracking. TRUE indicates that you want to activate tracking. FALSE indicates that you want to deactivate tracking.
- lpti
-
Pointer to a TOOLINFOstructure that identifies the tool to which this message applies. The hwndand uIdmembers of the structure identify the tool, and the cbSizemember specifies the size of the structure. All other members are ignored.
Return Value
None.
Requirements
Header | commctrl.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |