IShellNotificationCallback::OnCommandSelected (Windows Embedded CE 6.0)
1/6/2010
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 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 |