IShellNotificationCallback::OnLinkSelected (Windows Embedded CE 6.0)
1/6/2010
This method is called when the user selects one of the action choice links in the notification bubble window.
Syntax
STDMETHOD(OnLinkSelected)(
THIS_ DWORD dwID,
LPCTSTR pszLink,
LPARAM lParam
) PURE;
Parameters
- dwID
[in] Specifies the identifier of the notification.
- pszLink
[out] Pointer to the link content that was selected.
- lParam
[in] User-definable parameter.
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.
Remarks
When the user taps a normal link in a notification bubble, this callback is called. The HREF text is returned in pszLink. The dwID and lParam are the values that were used to add the notification originally.
Requirements
Header | aygshell.h |
Library | aygshell.lib |
Windows Embedded CE | Windows CE 3.0 and later |