Share via


IShellNotificationCallback::OnDismiss (Windows CE 5.0)

Send Feedback

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.
  • lParam
    [in] User-defined value passed into SHNotificationAdd.

Return Values

This method returns NOERROR if it is successful.

For a Windows Mobile-based device, this method will return S_OK if it was successful.

Requirements

Pocket PC: Pocket PC 2002 and later
OS Versions: Windows CE 3.0 and later
Header: aygshell.h
Library: aygshell.lib

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.