Printer Friendly Version      Send     
Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Embedded
Windows Embedded CE
Windows CE 5.0
Windows CE Features
WinInet Reference
WinInet Functions
 CreateUrlCacheGroup
Platform Builder for Microsoft Windows CE 5.0
CreateUrlCacheGroup
Send Feedback

Generates cache group identifications.

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 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

Feedback FAQs


© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker