Deletes a subscription.
Syntax
HRESULT DeleteSubscription( LPCWSTR pwszURL, HWND hwnd );
Parameters
- pwszURL
- [in] String value containing the URL of the subscription to delete.
- hwnd
- [in] Handle of the parent window.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also