#include <zoom_sdk_def.h>
Public Member Functions | |
tagCustomizedLanguageInfo () | |
Data Fields | |
const char * | langName |
Resource name. | |
const char * | langInfo |
The value should be the full path of the resource file when the langType value is CustomizedLanguage_FilePath, including the file name. When the langType value is CustomizedLanguage_Content, the value saves the content of the resource. | |
CustomizedLanguageType | langType |
Use the custom resource type. | |
Definition at line 153 of file zoom_sdk_def.h.
|
inline |
Definition at line 158 of file zoom_sdk_def.h.
References CustomizedLanguage_None, langInfo, langName, and langType.
const char* tagCustomizedLanguageInfo::langInfo |
The value should be the full path of the resource file when the langType value is CustomizedLanguage_FilePath, including the file name. When the langType value is CustomizedLanguage_Content, the value saves the content of the resource.
Definition at line 156 of file zoom_sdk_def.h.
Referenced by tagCustomizedLanguageInfo().
const char* tagCustomizedLanguageInfo::langName |
Resource name.
Definition at line 155 of file zoom_sdk_def.h.
Referenced by tagCustomizedLanguageInfo().
CustomizedLanguageType tagCustomizedLanguageInfo::langType |
Use the custom resource type.
Definition at line 157 of file zoom_sdk_def.h.
Referenced by tagCustomizedLanguageInfo().