 |
DeleteUrlCacheEntry ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Removes the file associated with the source name from the cache, if the file exists. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL DeleteUrlCacheEntry(
LPCTSTR lpszUrlName
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER DeleteUrlCacheEntry IN wininet;
STRING lpszUrlName
|
 |
 |
 |
| Parameters: |
 |
lpszUrlName
[in] Pointer to a string that contains the name of the source that corresponds to the cache entry. |
 |
 |
| Return value: |
 |
| Returns TRUE if successful, or FALSE otherwise. |
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-10-15 18:42:07 | | Modified: | 2004-10-15 18:43:51 | Visited in last 7 days: 14 |