Freigeben über


TTN_POP

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This notification notifies the owner window that a ToolTip is about to be hidden. This message is sent in the form of a WM_NOTIFY message.

Syntax

TTN_POP idTT = (int) wParam;
    pnmh = (LPNMHDR) lParam;

Parameters

  • idTT
    Integer that identifies the ToolTip control.
  • pnmh
    Pointer to an NMHDR structure that contains the notification code and additional information.

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

See Also

Reference

WM_NOTIFY
NMHDR
ToolTips Notifications