GetSubscriptionRunState method
Obsolete. Gets the information associated with the state of the subscription item.
Syntax
HRESULT retVal = object.GetSubscriptionRunState(dwNumCookies, pCookies, pdwRunState);
Parameters
- dwNumCookies [in]
-
Type: DWORD
An unsigned long integer value that contains the number of subscription cookies that is referenced by pCookies.
- pCookies [in]
-
Type: const SUBSCRIPTIONCOOKIE
A constant pointer to an array of SUBSCRIPTIONCOOKIE values. A SUBSCRIPTIONCOOKIE is a GUID.
- pdwRunState [out]
-
Type: DWORD
The address of an array of unsigned long integer values that receives a run state for each of the subscription cookies. Can be a combination of the following values, or zero if the cookie is invalid.
Remarks
The array of integers referenced by pdwRunState must be large enough to receive a value for each of the subscription cookies.
Windows Internet Explorer 7 and later. This interface is obsolete and should not be used.