CHANNEL_AGENT_FLAGS enumeration
Obsolete. Contains the flags that control the channel agent.
Syntax
typedef enum CHANNEL_AGENT_FLAGS { CHANNEL_AGENT_DYNAMIC_SCHEDULE = 0x0001, CHANNEL_AGENT_PRECACHE_SOME = 0x0002, CHANNEL_AGENT_PRECACHE_ALL = 0x0004, CHANNEL_AGENT_PRECACHE_SCRNSAVER = 0x0008 } CHANNEL_AGENT_FLAGS;
Constants
- CHANNEL_AGENT_DYNAMIC_SCHEDULE
-
Use the information in the CDF file to create a schedule.
- CHANNEL_AGENT_PRECACHE_SOME
-
Store any item that has an ITEM tag with the value ITEM=YES in the cache.
- CHANNEL_AGENT_PRECACHE_ALL
-
Store all items in the cache that don't have an ITEM tag with the value ITEM=NO.
- CHANNEL_AGENT_PRECACHE_SCRNSAVER
-
Store any item that has a USAGE tag with value equal to "ScreenSaver".
Remarks
Windows Internet Explorer 7 and later. This information is obsolete and should not be used.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
Show: