Meeting SDK for Windows API Reference
|
The custom resource information used by the SDK. More...
#include <zoom_sdk_def.h>
Public Member Functions | |
tagCustomizedLanguageInfo () | |
Data Fields | |
const char * | langName |
const char * | langInfo |
CustomizedLanguageType | langType |
The custom resource information used by the SDK.
Definition at line 215 of file zoom_sdk_def.h.
|
inline |
Definition at line 223 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 220 of file zoom_sdk_def.h.
Referenced by tagCustomizedLanguageInfo().
const char* tagCustomizedLanguageInfo::langName |
Resource name.
Definition at line 218 of file zoom_sdk_def.h.
Referenced by tagCustomizedLanguageInfo().
CustomizedLanguageType tagCustomizedLanguageInfo::langType |
Use the custom resource type.
Definition at line 222 of file zoom_sdk_def.h.
Referenced by tagCustomizedLanguageInfo().