IShellNotificationCallback::OnLinkSelected (Windows CE 5.0)
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 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.
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
Pocket PC: Pocket PC 2002 and later
Smartphone: none
OS Versions: Windows CE 3.0 and later
Header: aygshell.h
Library: aygshell.lib
Send Feedback on this topic to the authors