次の方法で共有


TTM_GETTOOLINFO (Windows Embedded CE 6.0)

1/6/2010

This message retrieves the information that a ToolTip control maintains about a tool.

Syntax

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

Parameters

  • wParam
    Not used. Set to 0.
  • lpti
    Pointer to a TOOLINFO structure that identifies the tool for which you want to retrieve information. When you send the message, specify the hwnd and uId members of the structure to identify a tool and set the cbSize member to the size of the structure. If the ToolTip control includes the tool, the structure receives information about the tool.

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

ToolTips Messages
TOOLINFO