Skip to content

Latest commit

 

History

History
87 lines (67 loc) · 2.71 KB

nf-wininet-deleteurlcachegroup.md

File metadata and controls

87 lines (67 loc) · 2.71 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:wininet.DeleteUrlCacheGroup
DeleteUrlCacheGroup function (wininet.h)
Releases the specified GROUPID and any associated state in the cache index file.
DeleteUrlCacheGroup
DeleteUrlCacheGroup function [WinINet]
_inet_deleteurlcachegroup_function
wininet.deleteurlcachegroup
wininet/DeleteUrlCacheGroup
wininet\deleteurlcachegroup.htm
wininet
f1ff70db-36b7-4805-8f23-e3920acf0d11
12/05/2018
DeleteUrlCacheGroup, DeleteUrlCacheGroup function [WinINet], _inet_deleteurlcachegroup_function, wininet.deleteurlcachegroup, wininet/DeleteUrlCacheGroup
wininet.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Wininet.lib
Wininet.dll
Windows
19H1
DeleteUrlCacheGroup
wininet/DeleteUrlCacheGroup
c++
APIRef
kbSyntax
DllExport
Wininet.dll
DeleteUrlCacheGroup

DeleteUrlCacheGroup function

-description

Releases the specified GROUPID and any associated state in the cache index file.

-parameters

-param GroupId [in]

ID of the cache group to be released.

-param dwFlags [in]

Controls the cache group deletion. This can be set to any member of the cache group constants. When this parameter is set to CACHEGROUP_FLAG_FLUSHURL_ONDELETE, it causes DeleteUrlCacheGroup to delete all of the cache entries associated with this group, unless the entry belongs to another group.

-param lpReserved [in]

This parameter is reserved and must be NULL.

-returns

Returns TRUE 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).
 

-see-also

Caching

WinINet Functions