TeamTalk 5 C-API DLL Version 5.18.0.5154 - Unreleased
|
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. | |
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 file. | |
TTCHAR | szUploadTime [TT_STRLEN] |
Time when file was uploaded. Read-only property. Date/time is converted local time. | |
A struct containing the properties of a file in a Channel.
Definition at line 2626 of file TeamTalk.h.
INT32 RemoteFile::nChannelID |
The ID of the channel where the file is located.
Definition at line 2629 of file TeamTalk.h.
INT32 RemoteFile::nFileID |
The ID identifying the file.
Definition at line 2631 of file TeamTalk.h.
The name of the file.
Definition at line 2633 of file TeamTalk.h.
INT64 RemoteFile::nFileSize |
The size of the file.
Definition at line 2635 of file TeamTalk.h.
Username of the person who uploaded the file.
Definition at line 2637 of file TeamTalk.h.
Time when file was uploaded. Read-only property. Date/time is converted local time.
Definition at line 2640 of file TeamTalk.h.