AllAPI Network - The KPD-Team

 
Allapi Network
 API-Guide
 ApiViewer

 API List

 
API Resources
 Tips & Tricks
 VB Tutorials
 Error Lookup
 
Misc Stuff
 VB examples
 VB Tools
 VB Links
 Top Downloads
 
This Site
 Search Engine
 Contact Form
 

Donate to AllAPI.net

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.

Examples

Related Functions

 

 


Copyright © 1998-2007, The Mentalis.org Team - Privacy statement
Did you find a bug on this page? Tell us!
This site is located at http://allapi.mentalis.org/