Creates a subscription enumerator.
Syntax
HRESULT EnumSubscriptions( DWORD dwFlags, IEnumSubscription **ppEnumSubscriptions );
Parameters
- dwFlags
- Reserved. Must be set to zero.
- ppEnumSubscriptions
- [out] Address of a pointer to the IEnumSubscription interface.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also