Click to Rate and Give Feedback
MSDN
MSDN Library
Networking
Network Protocols
Windows Internet
WinINet Reference
WinINet Functions
 UnlockUrlCacheEntryStream Function
UnlockUrlCacheEntryStream Function

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

Syntax

C++
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 clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
VersionInternet Explorer 3.0 or later
HeaderWininet.h
LibraryWininet.lib
DLLWininet.dll

See Also

Caching
WinINet Functions

Send comments about this topic to Microsoft

Build date: 11/19/2009

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker