Share via


CreateUrlCacheGroup (Windows Embedded CE 6.0)

1/6/2010

Generates cache group identifications.

Syntax

GROUPID CreateUrlCacheGroup(
  DWORD dwFlags,
  LPVOID lpReserved
);

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 Value

Returns a valid GROUPID if successful, or FALSE otherwise. To get specific error information, call GetLastError.

Requirements

Header wininet.h
Library wininet.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

WinInet Functions
GetUrlCacheGroupAttribute
SetUrlCacheEntryGroup
FindFirstUrlCacheGroup
FindNextUrlCacheGroup
DeleteUrlCacheGroup