Skip to content

Latest commit

 

History

History
110 lines (77 loc) · 3.25 KB

nf-winineti-createurlcachecontainera.md

File metadata and controls

110 lines (77 loc) · 3.25 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.CreateUrlCacheContainerA
CreateUrlCacheContainerA function (winineti.h)
Creates a cache container in the specified cache path to hold cache entries based on the specified name, cache prefix, and container type. (ANSI)
CreateUrlCacheContainerA
wininet\createurlcachecontainer.htm
wininet
19b518cc-2f02-49c3-bedc-f5d633cc635d
12/05/2018
CreateUrlCacheContainer, CreateUrlCacheContainer function [WinINet], CreateUrlCacheContainerA, CreateUrlCacheContainerW, wininet.createurlcachecontainer, winineti/CreateUrlCacheContainer
winineti.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Wininet.lib
Wininet.dll
Windows
19H1
CreateUrlCacheContainerA
winineti/CreateUrlCacheContainerA
c++
APIRef
kbSyntax
DllExport
Wininet.dll
CreateUrlCacheContainer

CreateUrlCacheContainerA function

-description

Creates a cache container in the specified cache path to hold cache entries based on the specified name, cache prefix, and container type.

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

-parameters

-param Name [in]

The name to give to the cache.

-param lpCachePrefix [in]

The cache prefix to base the cache on.

-param lpszCachePath [in, optional]

The cache prefix to create the cache in.

-param KBCacheLimit [in]

The size limit of the cache in whole kilobytes, or 0 for the default size.

-param dwContainerType [in]

The container type to base the cache on.

-param dwOptions [in]

This parameter is reserved and must be 0.

-param pvBuffer

This parameter is reserved and must be NULL.

-param cbBuffer [in, out]

This parameter is reserved and must be NULL.

-returns

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

-see-also

Caching

CommitUrlCacheEntry

WinINet Functions

-remarks

Note

The winineti.h header defines CreateUrlCacheContainer 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.