DeleteUrlCacheEntry

This function removes the file associated with the source name from the cache, if the file exists.

At a Glance

Header file: Wininet.h
Windows CE versions: 2.12 and later

Syntax

BOOL DeleteUrlCacheEntry ( LPCTSTR lpszUrlName );

Parameters

lpszUrlName

[in] Address of a string variable that contains the cache entry source name. The name string must be unique and cannot contain escape characters.

Return Values

Returns TRUE if successful, or FALSE otherwise

See Also

CommitUrlCacheEntry, CreateUrlCacheEntry