Contents Index Topic Contents | ||
Previous Topic: CreateUrlCacheGroup Next Topic: DeleteUrlCacheGroup |
DeleteUrlCacheEntry
BOOL DeleteUrlCacheEntry( IN LPCSTR lpszUrlName );Removes the file associated with the source name from the cache, if the file exists.
- Returns TRUE if successful, or FALSE otherwise. To get extended error information, call GetLastError. Possible error values include:
ERROR_ACCESS_DENIED The file is locked or in use. The entry will be marked and will be deleted when the file is unlocked. ERROR_FILE_NOT_FOUND The file is not in the cache.
- lpszUrlName
- Address of a string that contains the name of the source corresponding to the cache entry.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.