Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the file size of the requested FTP resource.
DWORD FtpGetFileSize(
[in] HINTERNET hFile,
[out] LPDWORD lpdwFileSizeHigh
);
[in] hFile
Handle returned from a call to FtpOpenFile.
[out] lpdwFileSizeHigh
Pointer to the high-order unsigned long integer of the file size of the requested FTP resource.
Returns the low-order unsigned long integer of the file size of the requested FTP resource.
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | wininet.h |
Library | Wininet.lib |
DLL | Wininet.dll |
Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!