Share via


TTN_GETDISPINFO (Windows CE 5.0)

Send Feedback

This notification is sent by a ToolTip control to retrieve information needed to display a ToolTip window. The ToolTip control sends this message in the form of a WM_NOTIFY message.

TTN_GETDISPINFO lpnmtdi= (LPNMTTDISPINFO)lParam;

Parameters

  • lpnmtdi
    Pointer to an NMTTDISPINFO structure that identifies the tool that needs text and receives the requested information.

Return Values

None.

Remarks

Fill in the appropriate members of the NMTTDISPINFO structure to return the requested information to the ToolTip control. If your message handler sets the uFlags member of the NMTTDISPINFO structure to TTF_DI_SETITEM, the ToolTip control stores the information and does not request the information again.

Requirements

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

See Also

WM_NOTIFY | NMTTDISPINFO | ToolTips Notifications

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.