Discontinues specific subscription operations.
Syntax
HRESULT AbortItems(
DWORD dwNumCookies,
const SUBSCRIPTIONCOOKIE *pCookies
);
Parameters
- dwNumCookies
- [in] Unsigned long integer value that receives the number of cookies.
- pCookies
- [in] Address of a constant pointer to a SUBSCRIPTIONCOOKIE value that specifies a unique identifier for the subscription cookie.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also