UnlockUrlCacheEntryStream (Windows CE 5.0)

Send Feedback

Closes the stream that has been retrieved using the RetrieveUrlCacheEntryStream function.

BOOL UnlockUrlCacheEntryStream(  LHANDLE hUrlCacheStream,
  DWORD dwReserved);

Parameters

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.