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

A struct containing the properties of a file in a Channel. More...

#include <TeamTalk4.h>

Public Attributes

INT32 nFileID
 The ID identifying the file. More...
 
TTCHAR szFileName [TT_STRLEN]
 The name of the file. More...
 
INT64 nFileSize
 The size of the file. More...
 
TTCHAR szUsername [TT_STRLEN]
 Username of the person who uploaded the files. More...
 

Detailed Description

A struct containing the properties of a file in a Channel.

See Also
TT_GetChannelFileInfo

Member Data Documentation

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.