TeamTalk 5 C-API DLL  Version 5.8B
RemoteFile Struct Reference

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

#include <TeamTalk.h>

Public Attributes

INT32 nChannelID
 The ID of the channel where the file is located. More...
 
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 file. More...
 
TTCHAR szUploadTime [TT_STRLEN]
 Time when file was uploaded. Date/time is converted local time. More...
 

Detailed Description

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

See also
TT_GetChannelFile

Definition at line 2533 of file TeamTalk.h.

Member Data Documentation

◆ nChannelID

INT32 RemoteFile::nChannelID

The ID of the channel where the file is located.

Definition at line 2536 of file TeamTalk.h.

◆ nFileID

INT32 RemoteFile::nFileID

The ID identifying the file.

Definition at line 2538 of file TeamTalk.h.

◆ szFileName

TTCHAR RemoteFile::szFileName[TT_STRLEN]

The name of the file.

Definition at line 2540 of file TeamTalk.h.

◆ nFileSize

INT64 RemoteFile::nFileSize

The size of the file.

Definition at line 2542 of file TeamTalk.h.

◆ szUsername

TTCHAR RemoteFile::szUsername[TT_STRLEN]

Username of the person who uploaded the file.

Definition at line 2544 of file TeamTalk.h.

◆ szUploadTime

TTCHAR RemoteFile::szUploadTime[TT_STRLEN]

Time when file was uploaded. Date/time is converted local time.

Definition at line 2547 of file TeamTalk.h.