Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Closes the stream that has been retrieved using the RetrieveUrlCacheEntryStream function.
Syntax
BOOL UnlockUrlCacheEntryStream(
[in] HANDLE hUrlCacheStream,
[in] DWORD Reserved
);
Parameters
[in] hUrlCacheStream
Handle that was returned by the RetrieveUrlCacheEntryStream function.
[in] Reserved
This parameter is reserved and must be NULL.
Return value
Returns TRUE if successful, or FALSE otherwise. To get extended error information, call GetLastError.
Remarks
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | wininet.h |
| Library | Wininet.lib |
| DLL | Wininet.dll |