Retrieves the information associated with the state of the subscription item.
Syntax
HRESULT GetSubscriptionRunState( DWORD dwNumCookies, const SUBSCRIPTIONCOOKIE *pCookies, DWORD *pdwRunState );
Parameters
- dwNumCookies
- [in] Unsigned long integer value that contains the number of subscription cookies that is referenced by pCookies.
- pCookies
- [in] Address of a constant pointer to an array of SUBSCRIPTIONCOOKIE values.
- pdwRunState
- [out] Unsigned long integer value that contains state information.
Return Value
Returns S_OK if successful, or an error code otherwise.