HTTP_FileDownload

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

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

Meta