Closes the stream that has been retrieved using the
RetrieveUrlCacheEntryStream function.
Syntax
BOOLAPI UnlockUrlCacheEntryStream(
__in HANDLE hUrlCacheStream,
__in DWORD dwReserved
);
Parameters
- hUrlCacheStream [in]
-
Handle that was returned by the
RetrieveUrlCacheEntryStream function.
- dwReserved [in]
-
This parameter is reserved and must be NULL.
Return Value
Returns TRUE if successful, or FALSE otherwise. To get extended error information, call
GetLastError.
Requirements
| Minimum supported client | Windows 2000 Professional |
| Minimum supported server | Windows 2000 Server |
| Version | Internet Explorer 3.0 or later |
| Header | Wininet.h |
| Library | Wininet.lib |
| DLL | Wininet.dll |
See Also
- Caching
- WinINet Functions
Send comments about this topic to Microsoft
Build date: 11/19/2009