UnlockUrlCacheEntryFileUnlockUrlCacheEntryFile*
*



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.

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.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.