TTM_ENUMTOOLS (Windows CE 5.0)

Send Feedback

This message retrieves the information that a ToolTip control maintains about the current tool; that is, the tool for which the ToolTip is currently displaying text.

TTM_ENUMTOOLS wParam= (WPARAM) (UINT)iTool;lParam= (LPARAM) (LPTOOLINFO)lpti;

Parameters

  • iTool
    Unsigned integer that specifies the zero-based index of the tool for which you want to retrieve information.
  • lpti
    Pointer to a TOOLINFO structure that receives information about the tool. Before you send this message, you must specify the size of this structure in the cbSize member.

Return Values

TRUE indicates that information was retrieved for the tool. 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.