Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

Retrieves the attribute information of the specified cache group.

Syntax

BOOL GetUrlCacheGroupAttribute(
  GROUPID 
gid,
  DWORD 
dwFlags,
  DWORD 
dwAttributes,
  LPINTERNET_CACHE_GROUP_INFO 
lpGroupInfo,
  LPWORD 
lpdwGroupInfo,
  LPVOID 
lpReserved
);

Parameters

gid

[in] Identifier of the cache group.

dwFlags

[in] Reserved. Must be zero.

dwAttributes

[in] Attributes to be retrieved. This can be one of the following values.

Value Meaning

CACHEGROUP_ATTRIBUTE_BASIC

Retrieves the flags, type, and disk quota attributes of the cache group.

CACHEGROUP_ATTRIBUTE_FLAG

Sets or retrieves the flags associated with the cache group

CACHEGROUP_ATTRIBUTE_GET_ALL

Retrieves all the attributes of the cache group.

CACHEGROUP_ATTRIBUTE_GROUPNAME

Sets or retrieves the group name of the cache group.

CACHEGROUP_ATTRIBUTE_QUOTA

Sets or retrieves the disk quota associated with the cache group.

CACHEGROUP_ATTRIBUTE_STORAGE

Sets or retrieves the group owner storage associated with the cache group.

CACHEGROUP_ATTRIBUTE_TYPE

Sets or retrieves the cache group type.

lpGroupInfo

[out] Pointer to an INTERNET_CACHE_GROUP_INFOstructure that receives the requested information.

lpdwGroupInfo

[in, out] Pointer to a variable that contains the size of the lpGroupInfobuffer. When the function returns, the variable contains the number of bytes copied to the buffer, or the required size of the buffer, in bytes.

lpReserved

[in, out] Reserved. Must be NULL.

Return Value

Returns TRUE if successful, or FALSE otherwise. To get specific error information, call GetLastError.

Requirements

Header wininet.h
Library wininet.lib
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.