HTTPX_IsFilesizeLarge
HTTPX_IsFilesizeLarge(DownloadID) If the filesize in bytes is beyond the limitations of integers the function will return true.
Syntax
native bool:HTTPX_IsFilesizeLarge(DownloadID) /** * HTTPX_GetBytesReceived(DownloadID) * * Returns total ammount of bytes received for DownloadID. **/ native HTTPX_GetBytesReceived(DownloadID) /** * HTTPX_GetBytesReceivedLarge(DownloadID, string[], len) * * Formats total ammount of bytes received for DownloadID in string form. **/ 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)
Usage
| DownloadID | — |
Return
bool — This function has no return value.
Defined in
httpx.inc
at line 16
.
This documentation was automatically generated from source.