CreateUrlCacheGroup

This function generates cache group identifications.

At a Glance

Header file: Wininet.h
Windows CE versions: 2.12 and later

Syntax

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.

See Also

DeleteUrlCacheGroup