Using Win32 functions in Visual FoxPro Image Gallery
Internet Functions (WinInet)
..msdn
CreateMD5SSOHash
DeleteUrlCacheEntry
DetectAutoProxyUrl
FindCloseUrlCache
FindFirstUrlCacheEntry
FindFirstUrlCacheGroup
FindNextUrlCacheEntry
FindNextUrlCacheGroup
FtpCommand
FtpCreateDirectory
FtpDeleteFile
FtpFindFirstFile
FtpGetCurrentDirectory
FtpGetFile
FtpGetFileSize
FtpOpenFile
FtpPutFile
FtpRemoveDirectory
FtpRenameFile
FtpSetCurrentDirectory
GetUrlCacheEntryInfo
HttpOpenRequest
HttpQueryInfo
HttpSendRequest
InternetAttemptConnect
InternetAutodial
InternetAutodialHangup
InternetCanonicalizeUrl
InternetCheckConnection
InternetCloseHandle
InternetConnect
InternetCrackUrl
InternetDial
InternetFindNextFile
InternetGetConnectedState
InternetGetConnectedStateEx
InternetGetCookie
InternetGetLastResponseInfo
InternetGoOnline
InternetOpen
InternetOpenUrl
InternetQueryDataAvailable
InternetQueryOption
InternetReadFile
InternetSetCookie
InternetSetFilePointer
InternetTimeFromSystemTime
InternetTimeToSystemTime
InternetWriteFile
Code examples:
Creating a directory on the FTP
Custom FTP Class for Visual FoxPro application
Custom HttpRequest class (WinINet)
Deleting a file stored on the FTP server
Downloading files from the FTP server using InternetReadFile
How to download a file from the FTP server using FtpGetFile
How to download this reference`s archive through WinInet functions using InternetOpenUrl
How to upload a local file to FTP server using FtpPutFile
Opening access to the Microsoft Internet functions for the application
Reading Internet Query options
Reading list of folders and files on FTP server
Removing FTP directory
Retrieving list of files on the FTP directory
Retrieving size of a remote file
Uploading file to the FTP server using InternetWriteFile
Using FtpCommand
Using InternetSetFilePointer when resuming interrupted download from the Internet
InternetCloseHandle
    Add comment     W32 Constants      Translate this page
Closes a single Internet handle
Code examples:
Custom HttpRequest class (WinINet)
Custom FTP Class for Visual FoxPro application
How to download a file from the FTP server using FtpGetFile
Reading list of folders and files on FTP server
Using InternetSetFilePointer when resuming interrupted download from the Internet
Downloading files from the FTP server using InternetReadFile
Retrieving list of files on the FTP directory
Creating a directory on the FTP
Retrieving size of a remote file
How to download this reference`s archive through WinInet functions using InternetOpenUrl
Declaration:
 
BOOL InternetCloseHandle(
    HINTERNET hInternet
);
 
FoxPro declaration:
 
DECLARE INTEGER InternetCloseHandle IN wininet;
    INTEGER hInet
 
Parameters:
hInternet
[in] Valid HINTERNET handle to be closed
Return value:
Returns TRUE if the handle is successfully closed, or FALSE otherwise
My comment:
This function closes handles created by InternetOpen, InternetOpenUrl, InternetConnect, FtpOpenFile, FtpFindFirstFile etc.
Word Index links for the InternetCloseHandle :
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
Created: 2001-07-15 12:00:00
Modified: 2001-11-26 16:02:25
Visited in last 7 days: 61
User Contributed Notes:
There are no notes on this subject.


Copyright © 2001-2013 News2News, Inc. Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use. The information on this page is presented AS IS, meaning that you may use it at your own risk. Microsoft Visual FoxPro and Windows are trade marks of Microsoft Corp. All other trademarks are the property of their respective owners. 

Privacy policy
Credits: PHP (4.4.9), an HTML-embedded scripting language, MySQL (5.1.55-log), the Open Source standard SQL database, AceHTML Freeware Version 4, freeware HTML Editor of choice.   Hosted by Korax Online Inc.
Last Topics Visited (54.224.79.93)
3.58 hrs.Function: 'waveOutGetVolume'
9.51 hrs.Function: 'AVIStreamGetFrameClose'
10.46 hrs.Function: 'SQLConnect'
 Example: 'Retrieveing information about the active window (even if it is not owned by the calling process)'
11.04 hrs.Example: 'Storing screen shot of a form to enhanced metafile (*.emf)'
 Example: 'How to display the port-configuration dialog box for a port on the specified server'
15.92 hrs.Function: 'GetCurrentThreadId'
Function group: 'Process and Thread'
16.75 hrs.Example: 'Using Video Capture: displaying on FoxPro form frames and previewing video obtained from a digital camera'
Language: 'C++'
1 day(s)Example: 'Using the heap of the calling process to allocate memory blocks'
 Example: 'Winsock: how to retrieve the protocol information corresponding to a protocol name'
Google
Advertise here!