次の方法で共有


IShellNotificationCallback::OnDismiss (Windows Embedded CE 6.0)

1/6/2010

This callback method is called when the notification bubble is dismissed. This can happen automatically in the case of a timeout expiry (for priority SHNP_INFORM), or by user action (either selecting a link in the bubble or tapping away). For more information on SHNP_INFORM, see SHNP.

Syntax

STDMETHOD(OnDismiss)(
  THIS_ DWORD dwID,
  BOOL fTimeout,
  LPARAM lParam
) PURE;

Parameters

  • dwID
    [in] Specifies the identifier of the notification.
  • fTimeout
    [in] Indicates whether the timeout expired. This is only applicable to SHNP_INFORM.

Return Value

This method returns NOERROR if it is successful.

For a Windows Embedded CE 6.0 device, this method returns S_OK if it was successful.

Requirements

Header aygshell.h
Library aygshell.lib
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

IShellNotificationCallback