Desktop Functions: Smart Device Functions:
|
Search Results for "InternetCloseHandle" in [All]wininet
InternetCloseHandle(hFind) ' close the handle. 2: FtpGetFile
[DllImport("wininet.dll", EntryPoint = "InternetCloseHandle")]
public static extern long InternetCloseHandle(IntPtr hInet);
InternetCloseHandle(ftpHandle);
InternetCloseHandle(internetHandle);
static extern bool InternetCloseHandle(IntPtr hInternet);
Public Declare Function InternetCloseHandle Lib "wininet.dll" ( _ To close the handle returned from InternetConnect, the application should call InternetCloseHandle. This function disconnects the client from the server and frees all resources associated with the connection. |