Click to return to the Networking, Protocols     
Query Info Flags     Gopher Type Values     Win32 Internet API Consta...    
Web Workshop  |  Networking, Protocols & Data Formats

Cache Group Constants


The following list contains the constants used by the Win32® Internet cache group functions.

CACHEGROUP_ATTRIBUTE_BASIC
Retrieves the flags, type, and disk quota attributes of the cache group. This is used by the GetUrlCacheGroupAttribute function.
CACHEGROUP_ATTRIBUTE_FLAG
Sets or retrieves the flags associated with the cache group. This is used by the GetUrlCacheGroupAttribute and SetUrlCacheGroupAttribute functions.
CACHEGROUP_ATTRIBUTE_GET_ALL
Retrieves all the attributes of the cache group. This is used by the GetUrlCacheGroupAttribute function.
CACHEGROUP_ATTRIBUTE_GROUPNAME
Sets or retrieves the group name of the cache group. This is used by the GetUrlCacheGroupAttribute and SetUrlCacheGroupAttribute functions.
CACHEGROUP_ATTRIBUTE_QUOTA
Sets or retrieves the disk quota associated with the cache group. This is used by the GetUrlCacheGroupAttribute and SetUrlCacheGroupAttribute functions.
CACHEGROUP_ATTRIBUTE_STORAGE
Sets or retrieves the group owner storage associated with the cache group. This is used by the GetUrlCacheGroupAttribute and SetUrlCacheGroupAttribute functions.
CACHEGROUP_ATTRIBUTE_TYPE
Sets or retrieves the cache group type. This is used by the GetUrlCacheGroupAttribute and SetUrlCacheGroupAttribute functions.
CACHEGROUP_FLAG_FLUSHURL_ONDELETE
Indicates that all the cache entries associated with the cache group should be deleted, unless the entry belongs to another cache group.
CACHEGROUP_FLAG_GIDONLY
Indicates that the function should only create a unique GROUPID for the cache group and not create the actual group.
CACHEGROUP_FLAG_NONPURGEABLE
Indicates that the cache group cannot be purged.
CACHEGROUP_READWRITE_MASK
Sets the type, disk quota, group name, and owner storage attributes of the cache group. This is used by the SetUrlCacheGroupAttribute function.
CACHEGROUP_SEARCH_ALL
Indicates that all of the cache groups in the user's system should be enumerated.
CACHEGROUP_SEARCH_BYURL
Not currently implemented.
CACHEGROUP_TYPE_INVALID
Indicates that the cache group type is invalid.
GROUP_OWNER_STORAGE_SIZE
Length of the group owner storage array.
GROUPNAME_MAX_LENGTH
Maximum number of characters allowed for a cache group name.


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.