HTTP_FileDownload

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

version(!DX_NON_NETWORK)
@disable extern
int
HTTP_FileDownload
(
const(char)* FileURL
,
const(char)* SavePath = null
,
void** SaveBufferP = null
,
int* FileSize = null
,
char** ParamList = null
)

Meta