Click to return to the Content     
Information Delivery Enum...     CHANNELENUMFLAGS Enumerat...     Information Delivery Enum...    
Web Workshop  |  Content & Component Delivery

CHANNEL_AGENT_FLAGS Enumerated Type


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 PRECACHE=YES in the cache.
CHANNEL_AGENT_PRECACHE_ALL
Store all items in the cache that don't have an ITEM tag with the value PRECACHE=NO.
CHANNEL_AGENT_PRECACHE_SCRNSAVER
Store any item that has a USAGE tag with value equal to "ScreenSaver".

Enumerated Type Information

Windows NT Use version 4.0
Windows Use Windows 95 and later
Header Declared in Subsmgr.h
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.