TTHITTESTINFO (Windows CE 5.0)

Send Feedback

This structure contains information that a ToolTip control uses to determine whether a point is within the bounding rectangle of the specified tool. If the point is in the rectangle, the structure receives information about the tool.

typedef struct _TT_HITTESTINFO {HWND hwnd;POINT pt;TTTOOLINFO ti;} TTHITTESTINFO, FAR* LPTTHITTESTINFO;

Members

  • hwnd
    Handle to the tool or window that contains the tool.
  • pt
    POINT structure that specifies the client coordinates of the point that you want to test.
  • ti
    TOOLINFO structure that receives information about the tool if the point specified by pt is in the tool specified by hwnd. You must set the cbSize member of this TOOLINFO structure before you send a TTM_HITTEST message.

Remarks

Use this structure with the TTM_HITTEST message.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Commctrl.h.

See Also

TTM_HITTEST | POINT | TOOLINFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.