 |
GetUrlCacheEntryInfo ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Retrieves information about a cache entry. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL GetUrlCacheEntryInfo(
LPCTSTR lpszUrlName,
LPINTERNET_CACHE_ENTRY_INFO lpCacheEntryInfo,
LPDWORD lpdwCacheEntryInfoBufferSize
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetUrlCacheEntryInfo IN wininet;
STRING lpszUrlName,;
STRING @ lpCacheEntryInfo,;
INTEGER @ lpdwCacheEntryInfoBufferSize
|
 |
 |
 |
| Parameters: |
 |
lpszUrlName
[in] Pointer to a string that contains the name of the cache entry.
lpCacheEntryInfo
[in] Pointer to an INTERNET_CACHE_ENTRY_INFO structure that receives information about the cache entry.
lpdwCacheEntryInfoBufferSize
[in, out] Pointer to an unsigned long integer variable that specifies the size of the lpCacheEntryInfo buffer, in bytes. |
 |
 |
| Return value: |
 |
| Returns TRUE if successful, or FALSE otherwise. |
 |
 |
| My comment: |
 |
| Use local cache file to access dwonloaded pages offline. |
 |
 |
| Word Index links for the GetUrlCacheEntryInfo : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-08-13 14:46:45 | | Modified: | 2002-08-13 14:50:26 | Visited in last 7 days: 21 |