HTTPX_GetBytesReceivedLarge
HTTPX_GetBytesReceivedLarge(DownloadID, string[], len) Formats total ammount of bytes received for DownloadID in string form.
Syntax
native HTTPX_GetBytesReceivedLarge(DownloadID, string[], len) /** * HTTPX_GetNewBytesReceived() * * Returns the ammount of bytes that was received in this chunk. **/ native HTTPX_GetNewBytesReceived() /** * HTTPX_GetFilesize(DownloadID) * * Returns the filesize of DownloadID. * If unknown it will return -1. **/ native HTTPX_GetFilesize(DownloadID) /** * HTTPX_GetFilesizeLarge(DownloadID, string[], len) * * Formats the large filesize of DownloadID in string form. **/ native HTTPX_GetFilesizeLarge(DownloadID, string[], len) /** * HTTPX_GetFilename(DownloadID) * * Returns the filename of DownloadID. **/ native HTTPX_GetFilename(DownloadID, name[], len)
Usage
| DownloadID | — |
| string | — |
| len | — |
Defined in
httpx.inc
at line 30
.
This documentation was automatically generated from source.