A struct containing the properties of a file transfer. More...
#include <TeamTalk4.h>
Public Attributes | |
INT32 | nTransferID |
The ID identifying the file transfer. | |
INT32 | nChannelID |
The channel where the file is/will be located. | |
TTCHAR | szLocalFilePath [TT_STRLEN] |
The file path on local disk. | |
TTCHAR | szRemoteFileName [TT_STRLEN] |
The filename in the channel. | |
INT64 | nFileSize |
The size of the file being transferred. | |
INT64 | nTransferred |
The number of bytes transferred so far. | |
BOOL | bInbound |
TRUE if download and FALSE if upload. |
A struct containing the properties of a file transfer.
The ID identifying the file transfer.
INT32 FileTransfer::nChannelID |
The channel where the file is/will be located.
TTCHAR FileTransfer::szLocalFilePath[TT_STRLEN] |
The file path on local disk.
TTCHAR FileTransfer::szRemoteFileName[TT_STRLEN] |
The filename in the channel.
INT64 FileTransfer::nFileSize |
The size of the file being transferred.
The number of bytes transferred so far.
TRUE if download and FALSE if upload.