Link to home
Start Free TrialLog in
Avatar of rutledgj
rutledgj

asked on

Need ftp constant values

I have a program that uses the FtpGetFile (winapi) call.
I need the values for the dwFlagsAndAttributes and dwFlags parameters. I can get the constant names but I don't know what actual value (hex?) they are.

Function FtpGetFile Lib "wininet.dll" Alias "FtpGetFileA"(ByVal hConnect As Long, ByVal lpszRemoteFile As String, ByVal lqszNewFile As String, ByVal fFailIfExists As Long, ByVal dwFlagsAndAttributes as Long, ByVal dwFlags As Long, ByRef dwContext As long)As Boolean

Avatar of robert_marquardt
robert_marquardt

Have a look at http://www.delphi-jedi.org/Jedi:APILIBRARY
Download WinINET.zip and maybe WIN32API.zip
ASKER CERTIFIED SOLUTION
Avatar of lucika
lucika

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial