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.
Note WinINet does not support server implementations. In addition, it should not be used from a service. For server implementations or services use Microsoft Windows HTTP Services (WinHTTP).
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 |