HTTP_StartFileDownload

HTTPを使用したネットワーク上のファイルをダウンロードする処理を開始する

version(!DX_NON_NETWORK && none)
nothrow @nogc extern (C++, DxLib) extern
int
HTTP_StartFileDownload
(
const(char)* FileURL
,
const(char)* SavePath
,
void** SaveBufferP = null
,
char** ParamList = null
)

Meta