IShellNotificationCallback

The IShellNotificationCallback interface is used by the shell to advise the notification owner of actions taken on the notification.

Methods in Vtable Order

  • IUnknown methods
    IShellNotificationCallback methods Description
    OnShow Reserved. Returns E_NOTIMPL.
    OnCommandSelected Called when the user taps a link of the form <A HREF="cmd:#"> in the notification balloon.
    OnLinkSelected Called when the user selects one of the action-choice links in the notification balloon.
    OnDismiss Called when the user taps away from the notification balloon or if an SHNP_INFORM priority notification's duration expires.

Requirements

Pocket PC: Windows Mobile 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.

© 2005 Microsoft Corporation. All rights reserved.