Contents Index Topic Contents | ||
Previous Topic: UnlockUrlCacheEntryFile Next Topic: Macros |
UnlockUrlCacheEntryStream
BOOL UnlockUrlCacheEntryStream( IN HANDLE hUrlCacheStream, IN DWORD dwReserved );Closes the stream that has been retrieved using the RetrieveUrlCacheEntryStream function.
- Returns TRUE if successful, or FALSE otherwise. To get extended error information, call GetLastError.
- hUrlCacheStream
- Handle that was returned by the RetrieveUrlCacheEntryStream function.
- dwReserved
- Reserved; must be zero.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.