CreateUrlCacheGroup
This function generates cache group identifications.
GROUPID CreateUrlCacheGroup(
DWORD dwFlags,
LPVOID lpReserved
);
Parameters
- dwFlags
[in] Unsigned long integer value that contains the flags to control the creation of the cache group. This can be set to CACHEGROUP_FLAG_GIDONLY, which generates a unique GROUPID, but does not create a physical group. - lpReserved
[in] Reserved. Must be set to NULL.
Return Values
Returns a valid GROUPID if successful, or FALSE otherwise.
Requirements
OS Versions: Windows CE 2.12 and later.
Header: Wininet.h.
Link Library: Wininet.lib.
See Also
DeleteUrlCacheGroup | WinInet Functions
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.