Contents Index Topic Contents | ||
Previous Topic: CreateUrlCacheEntry Next Topic: DeleteUrlCacheEntry |
CreateUrlCacheGroup
GROUPID CreateUrlCacheGroup ( IN DWORD dwFlags, IN LPVOID lpReserved );Generates cache group identifications.
- Returns a valid GROUPID if successful, or FALSE otherwise. To get specific error information, use GetLastError.
- dwFlags
- DWORD value that contains the flags to control the creation of the cache group. No flags are currently implemented. Must be set to zero.
- lpReserved
- Reserved. Must be set to NULL.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.