win32inet.SetUrlCacheGroupAttribute

SetUrlCacheGroupAttribute(GroupId, Attributes, GroupInfo, Flags)

Changes the attributes of a cache group

Parameters

GroupId : int

Id of a cache group

Attributes : int

Bitmask of CACHEGROUP_ATTRIBUTE_* flags indicating which attributes to set

GroupInfo : dict

INTERNET_CACHE_GROUP_INFO dict as returned by win32inet::GetUrlCacheGroupAttribute

Flags=0 : int

Reserved, use 0

Comments

Accepts keyword args

Win32 API References

Search for SetUrlCacheGroupAttribute at msdn, google or google groups.