Skip to content

Latest commit

 

History

History
95 lines (68 loc) · 3.32 KB

nf-winineti-deleteurlcachecontainerw.md

File metadata and controls

95 lines (68 loc) · 3.32 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:winineti.DeleteUrlCacheContainerW
DeleteUrlCacheContainerW function (winineti.h)
Deletes a cache container (which contains cache entries) based on the specified name. (Unicode)
DeleteUrlCacheContainer
DeleteUrlCacheContainer function [WinINet]
DeleteUrlCacheContainerW
wininet.deleteurlcachecontainer
winineti/DeleteUrlCacheContainer
winineti/DeleteUrlCacheContainerW
wininet\deleteurlcachecontainer.htm
wininet
97F46974-9B20-46C6-B742-4BA5C60491DA
12/05/2018
DeleteUrlCacheContainer, DeleteUrlCacheContainer function [WinINet], DeleteUrlCacheContainerA, DeleteUrlCacheContainerW, wininet.deleteurlcachecontainer, winineti/DeleteUrlCacheContainer, winineti/DeleteUrlCacheContainerA, winineti/DeleteUrlCacheContainerW
winineti.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Wininet.lib
Wininet.dll
Windows
19H1
DeleteUrlCacheContainerW
winineti/DeleteUrlCacheContainerW
c++
APIRef
kbSyntax
DllExport
Wininet.dll
DeleteUrlCacheContainer
DeleteUrlCacheContainerA
DeleteUrlCacheContainerW

DeleteUrlCacheContainerW function

-description

Deletes a cache container (which contains cache entries) based on the specified name.

Note  This API is deprecated. Please use the Extensible Storage Engine instead.

 

-parameters

-param Name

The name of the cache container to be deleted.

-param dwOptions

This parameter is reserved, and must be 0.

-returns

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

-remarks

Note  WinINet does not support server implementations. In addition, it should not be used from a service nor when impersonating a security context. For server implementations or services use Microsoft Windows HTTP Services (WinHTTP).
 

Note

The winineti.h header defines DeleteUrlCacheContainer as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.

-see-also

Caching

CreateUrlCacheContainer

WinINet Functions