FindCloseUrlCache function (wininet.h)

Closes the specified cache enumeration handle.

Syntax

BOOL FindCloseUrlCache(
  [in] HANDLE hEnumHandle
);

Parameters

[in] hEnumHandle

Handle returned by a previous call to the FindFirstUrlCacheEntry function.

Return value

Returns TRUE if successful, or FALSE otherwise. To get extended error information, call GetLastError.

Remarks

Note  WinINet does not support server implementations. In addition, it should not be used from a service. For server implementations or services use Microsoft Windows HTTP Services (WinHTTP).
 

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header wininet.h
Library Wininet.lib
DLL Wininet.dll

See also

Caching

WinINet Functions