Compartilhar via


IShellNotificationCallback::OnCommandSelected (Windows CE 5.0)

Send Feedback

This callback method is called when the user taps a link of the form <A HREF="cmd:#"> in the notification bubble.

Syntax

STDMETHOD(OnCommandSelected)(  THIS_ DWORD dwID,  WORD wCmdID) PURE;

Parameters

  • dwID
    [in] Specifies the unique identifier of the notification.
  • wCmdID
    [out] ID of the command that was selected. This is the value of the HREF attribute inside the anchor tag.

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.