FindCloseUrlCache Closes the specified cache enumeration handle.
VB4-32,5,6
Declare Sub FindCloseUrlCache Lib "wininet.dll" (ByVal hEnumHandle As Long) |
Operating Systems Supported |
Requires Internet Explorer 3.0 |
- hEnumHandle
[in] Handle returned by a previous call to the FindFirstUrlCacheEntry function. |
Returns TRUE if successful, or FALSE otherwise. To get extended error information, call GetLastError. |
|