Expand Minimize
This topic has not yet been rated - Rate this topic

UnlockUrlCacheEntryStream function

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.

Remarks

Note  WinINet does not support server implementations. In addition, it should not be used from a service. For server implementations or services use Microsoft Windows HTTP Services (WinHTTP).

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Wininet.h

Library

Wininet.lib

DLL

Wininet.dll

See also

Caching
WinINet Functions

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.