Meeting SDK for Windows API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
tagCustomizedLanguageInfo Struct Reference

#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.
 

Detailed Description

Definition at line 153 of file zoom_sdk_def.h.

Constructor & Destructor Documentation

◆ tagCustomizedLanguageInfo()

tagCustomizedLanguageInfo::tagCustomizedLanguageInfo ( )
inline

Definition at line 158 of file zoom_sdk_def.h.

159 {
160 langName = nullptr;
161 langInfo = nullptr;
163 }
const char * langInfo
The value should be the full path of the resource file when the langType value is CustomizedLanguage_...
CustomizedLanguageType langType
Use the custom resource type.
const char * langName
Resource name.
@ CustomizedLanguage_None
No use of the custom resource.

References CustomizedLanguage_None, langInfo, langName, and langType.

Field Documentation

◆ langInfo

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().

◆ langName

const char* tagCustomizedLanguageInfo::langName

Resource name.

Definition at line 155 of file zoom_sdk_def.h.

Referenced by tagCustomizedLanguageInfo().

◆ langType

CustomizedLanguageType tagCustomizedLanguageInfo::langType

Use the custom resource type.

Definition at line 157 of file zoom_sdk_def.h.

Referenced by tagCustomizedLanguageInfo().