Scroll to navigation

InternetCloseHandle(3w) Wine API InternetCloseHandle(3w)

NAME

InternetCloseHandle (WININET.@)

SYNOPSIS

BOOL InternetCloseHandle
(
HINTERNET hInternet
)
 

DESCRIPTION

Generic close handle function.
 

RETURNS

TRUE on success FALSE on failure
 

IMPLEMENTATION

Declared in "wininet.h".
Implemented in "dlls/wininet/internet.c".
Debug channel "wininet".
Oct 2012 Wine API