Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains flags that determine which events are sent to the event sink.
Syntax
typedef enum FEEDS_EVENTS_SCOPE { FES_ALL = 0, FES_SELF_ONLY = 1, FES_SELF_AND_CHILDREN_ONLY = 2 } FEEDS_EVENTS_SCOPE;
Constants
FES_ALL
Return events for the current folder and all subfolders and feeds contained within it.FES_SELF_ONLY
Return events for the current folder or feed only.FES_SELF_AND_CHILDREN_ONLY
Return events for the current folder and its feeds only.
Enumerated Type Information
Header and IDL files msfeeds.h, msfeeds.idl Minimum availability Internet Explorer 7 Minimum operating systems Windows XP SP2
See Also
IFeed::GetWatcher, IFeedFolder::GetWatcher, IXFeed::GetWatcher, IXFeedFolder::GetWatcher