Contains values that control the feed-level behavior of the Feed Download Engine.
What's New for Windows Internet Explorer 8
By using the suggested update interval that is specified by a feed's
time to live (TTL)
value, users can now let the feed's author decide the frequency of updates.
Syntax
typedef enum FEEDS_SYNC_SETTING {
FSS_DEFAULT = 0,
FSS_INTERVAL = 1,
FSS_MANUAL = 2,
FSS_SUGGESTED = 3
} FEEDS_SYNC_SETTING;
Constants
- FSS_DEFAULT
Use the system-defined DefaultInterval value.
- FSS_INTERVAL
Use the Interval value defined by the feed.
- FSS_MANUAL
Do not automatically update the feed. Use Download to manually update the feed.
- FSS_SUGGESTED
Internet Explorer 8. Use the value of the
Ttl
property as set by the feed author.
Remarks
In Internet Explorer 8, the FSS_SUGGESTED constant indicates that a feed's author has determined the feed's update frequency. When the corresponding option is selected in the
Feed Properties dialog, the value of the Ttl property specifies the interval for the next feed update.
Enumerated Type Information
| Header and IDL files | msfeeds.h, msfeeds.idl |
|---|
| Minimum availability | Internet Explorer
7 |
|---|
| Minimum operating systems |
Windows XP SP2 |
|---|