EnumSubscriptions method
Obsolete. Sets a subscription enumerator.
Syntax
HRESULT retVal = object.EnumSubscriptions(dwFlags, ppEnumSubscriptions);
Parameters
dwFlags [in]
Type: DWORD
An unsigned integer value that specifies the following flag, or zero.
SUBSMGRENUM_TEMP (0x00000001)
Include temporary subscription items.
ppEnumSubscriptions [out]
Type: IEnumSubscription
A pointer to the IEnumSubscription interface.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
Windows Internet Explorer 7 and later. This interface is obsolete and should not be used.