TeamTalk 4 C-API DLL  Version 4.5A
FileTransfer Struct Reference

A struct containing the properties of a file transfer. More...

#include <TeamTalk4.h>

Public Attributes

INT32 nTransferID
 The ID identifying the file transfer. More...
 
INT32 nChannelID
 The channel where the file is/will be located. More...
 
TTCHAR szLocalFilePath [TT_STRLEN]
 The file path on local disk. More...
 
TTCHAR szRemoteFileName [TT_STRLEN]
 The filename in the channel. More...
 
INT64 nFileSize
 The size of the file being transferred. More...
 
INT64 nTransferred
 The number of bytes transferred so far. More...
 
BOOL bInbound
 TRUE if download and FALSE if upload. More...
 

Detailed Description

A struct containing the properties of a file transfer.

See Also
TT_GetFileTransferInfo

Member Data Documentation

INT32 FileTransfer::nTransferID

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.

INT64 FileTransfer::nTransferred

The number of bytes transferred so far.

BOOL FileTransfer::bInbound

TRUE if download and FALSE if upload.