CreateUrlCacheGroup function
Applies to: desktop apps only
Generates cache group identifications.
Syntax
GROUPID CreateUrlCacheGroup( __in DWORD dwFlags, __reserved 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]
-
This parameter is reserved and must be NULL.
Return value
Returns a valid GROUPID if successful, or FALSE otherwise. To get specific error information, call GetLastError.
Remarks
Note WinINet does not support server implementations. In addition, it should not be used from a service. For server implementations or services use Microsoft Windows HTTP Services (WinHTTP).
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 2/7/2012