Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
Generates cache group identifications.
Syntax
GROUPID CreateUrlCacheGroup(
[in] DWORD dwFlags,
[in] LPVOID lpReserved
);
Parameters
[in] dwFlags
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.
[in] lpReserved
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
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | wininet.h |
| Library | Wininet.lib |
| DLL | Wininet.dll |