Desktop Functions: Smart Device Functions:
|
Search Results for "INTERNET_FLAG_RELOAD" in [All]wininet1: FtpGetFile Useful flags setting for binary download: INTERNET_FLAG_TRANSFER_BINARY + INTERNET_FLAG_RELOAD
private const long INTERNET_FLAG_RELOAD = 0x80000000; 2: FtpPutFile
const int INTERNET_FLAG_RELOAD = 0x80000000; |