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:
Retrieving size of a remote file
FtpGetFileSize
    Add comment     W32 Constants      Translate this page
Retrieves the file size of the requested FTP resource.
Code examples:
Retrieving size of a remote file
Declaration:
 
DWORD FtpGetFileSize(
    HINTERNET hFile,
    LPDWORD lpdwFileSizeHigh
);
 
 
FoxPro declaration:
 
DECLARE INTEGER FtpGetFileSize IN wininet;
    INTEGER   hFile,;
    INTEGER @ lpdwFileSizeHigh
 
Parameters:
hFile
[in] HINTERNET handle returned from a call to FtpOpenFile.

lpdwFileSizeHigh
[out] Pointer to the high-order unsigned long integer of the file size of the requested FTP resource.
Return value:
Returns the low-order unsigned long integer of the file size of the requested FTP resource.
Word Index links for the FtpGetFileSize :
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
Created: 2001-07-25 12:00:00
Modified: 2002-02-14 15:11:28
Visited in last 7 days: 39
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.75.101)
3 sec.Function: 'FlashWindowEx'
Function group: 'Error Handling'
44.53 min.Function: 'GlobalReAlloc'
Function group: 'Memory Management'
44.58 min.Example: 'Retrieving top-child window for the VFP form'
5.79 hrs.Example: 'Retrieving the name of the default printer for the current user on the local computer (Win NT/XP)'
8.7 hrs.Solution: 'LanguageBar ActiveX Control'
12.37 hrs.Example: 'Creating a mailslot'
12.38 hrs.Function: 'ImageList_Destroy'
Function group: 'Windows Controls'
15.38 hrs.
Function group: 'Network Management'
17.98 hrs.
Function group: 'Power Management'
 Example: 'Capturing keyboard activity of another application with the Raw Input API (VFP9)'
Language: 'C#'
Google
Advertise here!