InternetReadFile |
Declare Function Api_InternetReadFile% Lib "wininet" Alias "InternetReadFile" (ByVal hFile&, ByVal sBuffer$, ByVal lNumBytesToRead&, lNumberOfBytesRead&) |
Declare Function InternetReadFile Lib "wininet" (ByVal hFile As Long, ByVal sBuffer As String, ByVal lNumBytesToRead As Long, lNumberOfBytesRead As Long) As Integer |
|
インターネット上のファイルを読み込む。 |
|
パラメータ hFile
sBuffer
lNumBytesToRead
lNumberOfBytesRead
戻り値
|