InternetCloseHandle
Jump to navigation
Jump to search
Description
Closes a single Internet handle.
Syntax
BOOL InternetCloseHandle(
_In_ HINTERNET hInternet
);
Parameters
- hInternet [in]
- Handle to be closed.
Return value
Returns TRUE if the handle is successfully closed, or FALSE otherwise. To get extended error information, call GetLastError.