UnlockUrlCacheEntryStream (Windows CE 5.0)
Closes the stream that has been retrieved using the RetrieveUrlCacheEntryStream function.
BOOL UnlockUrlCacheEntryStream( LHANDLE hUrlCacheStream,
DWORD dwReserved);
Parameters
- hUrlCacheStream
[in] Handle that was returned by the RetrieveUrlCacheEntryStream function. - dwReserved
[in] Reserved. Must be zero.
Return Values
Returns TRUE if successful, or FALSE otherwise. To get extended error information, call GetLastError.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Wininet.h.
Link Library: Wininet.lib.
See Also
WinInet Functions | ReadUrlCacheEntryStream | RetrieveUrlCacheEntryStream
Send Feedback on this topic to the authors