Cache Group Constants
The following table describes the constants used by the Windows Internet Services (WinInet) cache group functions.
Constant | Description |
---|---|
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. The GetUrlCacheGroupAttribute and SetUrlCacheGroupAttribute functions use this constant. |
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_TYPE_INVALID | Indicates that the cache group type is invalid. |
GROUP_OWNER_STORAGE_SIZE | Indicates the length of the group owner storage array. |
GROUPNAME_MAX_LENGTH | Indicates the maximum number of characters allowed for a cache group name. |
Requirements
OS Versions: Windows CE 2.12 and later.
Header: Wininet.h.
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.