Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Generates cache group identifications.
GROUPID CreateUrlCacheGroup( DWORDdwFlags,
LPVOIDlpReserved);
Parameters
- dwFlags
[in] Controls the creation of the cache group. This parameter can be set to CACHEGROUP_FLAG_GIDONLY, which causes CreateUrlCacheGroup to generate a unique GROUPID, but does not create a physical group. - lpReserved
[in] Reserved. Must be NULL.
Return Values
Returns a valid GROUPID if successful, or FALSE otherwise. To get specific error information, call GetLastError.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Wininet.h.
Link Library: Wininet.lib.
See Also
WinInet Functions | GetUrlCacheGroupAttribute | SetUrlCacheEntryGroup | FindFirstUrlCacheGroup | FindNextUrlCacheGroup | DeleteUrlCacheGroup
Send Feedback on this topic to the authors