win32inet.SetUrlCacheGroupAttribute
SetUrlCacheGroupAttribute(GroupId, Attributes, GroupInfo, Flags)
Changes the attributes of a cache group
Parameters
GroupId : int
Id of a cache groupAttributes : int
Bitmask of CACHEGROUP_ATTRIBUTE_* flags indicating which attributes to setGroupInfo : dict
INTERNET_CACHE_GROUP_INFO dict as returned by win32inet::GetUrlCacheGroupAttributeFlags=0 : int
Reserved, use 0
Comments
Accepts keyword args
Win32 API References
Search for SetUrlCacheGroupAttribute at msdn, google or google groups.