Contents Index Topic Contents | ||
Previous Topic: SetUrlCacheEntryInfo Next Topic: UnlockUrlCacheEntryStream |
UnlockUrlCacheEntryFile
BOOL UnlockUrlCacheEntryFile( IN LPCSTR lpszUrlName, IN DWORD dwReserved );Unlocks the cache entry that was locked while the file was retrieved for use from the cache.
- Returns TRUE if successful, or FALSE otherwise. To get extended error information, call GetLastError. ERROR_FILE_NOT_FOUND indicates that the cache entry specified by the source name is not found in the cache storage.
- lpszUrlName
- Address of a string that contains the source name of the cache entry that is being unlocked. The name string should not contain any escape characters.
- dwReserved
- Reserved; must be zero.
The application should not access the file after calling this function.
When this function returns, the cache manager is free to delete the cache entry.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.