A struct containing the properties of a file in a Channel. More...
#include <TeamTalk4.h>
Public Attributes | |
INT32 | nFileID |
The ID identifying the file. | |
TTCHAR | szFileName [TT_STRLEN] |
The name of the file. | |
INT64 | nFileSize |
The size of the file. | |
TTCHAR | szUsername [TT_STRLEN] |
Username of the person who uploaded the files. |
A struct containing the properties of a file in a Channel.
INT32 FileInfo::nFileID |
The ID identifying the file.
TTCHAR FileInfo::szFileName[TT_STRLEN] |
The name of the file.
INT64 FileInfo::nFileSize |
The size of the file.
TTCHAR FileInfo::szUsername[TT_STRLEN] |
Username of the person who uploaded the files.