CHANNEL_AGENT_FLAGSCHANNEL_AGENT_FLAGS*
*Contents  *Index  *Topic Contents
*Previous Topic: Enumerated Types
*Next Topic: CHANNELENUMFLAGS

CHANNEL_AGENT_FLAGS

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;

Contains the flags that control the channel agent.

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".

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.