Retrieves the attribute information of the specified cache group.
Syntax
BOOL GetUrlCacheGroupAttribute( IN GROUPID gid, IN DWORD dwFlags, IN DWORD dwAttributes, OUT LPINTERNET_CACHE_GROUP_INFO lpGroupInfo, IN OUT LPDWORD lpdwGroupInfo, IN OUT LPVOID lpReserved );The actual syntax of this function varies between its ANSI and Unicode implementations. For more information, see Win32 Internet Functions Syntax.
Parameters
- gid
- GROUPID of the cache group.
- dwFlags
- Reserved. Must be set to zero.
- dwAttributes
- Unsigned long integer value that contains the attributes to retrieve. This can be one of the following values:
- lpGroupInfo
- Address of buffer that contains an INTERNET_CACHE_GROUP_INFO structure to store the requested information.
- lpdwGroupInfo
- Address of an unsigned long integer value that contains the size of the lpGroupInfo buffer.
- lpReserved
- Reserved. Must be set to NULL.
Return Value
Returns TRUE if successful, or FALSE otherwise. To get specific error information, call GetLastError.
Function Information
Windows NT Use version 4.0. Implemented as ANSI and Unicode functions. Windows Use Windows 95 and later. Implemented as ANSI and Unicode functions. Header Wininet.h Import library Wininet.lib Minimum availability Internet Explorer 5 (ANSI and Unicode)