A | B | C |  D | E | F |  G | H | I |  J | K | L |  M | N | O |  P | Q | R |  S | T | U |  V | W | X |  Y | Z



DeleteUrlCacheEntry

Removes the file associated with the source name from the cache, if the file exists.

VB4-32,5,6
Declare Function DeleteUrlCacheEntry Lib "wininet.dll" Alias "DeleteUrlCacheEntryA" (ByVal lpszUrlName As String) As Long

Operating Systems Supported
Internet Explorer 3.0

Library
Wininet

Parameter Information
- lpszUrlName
[in] Pointer to a string that contains the name of the source corresponding to the cache entry.

Return Values
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.

Last update: 07 April 2006