Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
tagCustomizedLanguageInfo Struct 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
 

Detailed Description

The custom resource information used by the SDK.

Definition at line 215 of file zoom_sdk_def.h.

Constructor & Destructor Documentation

◆ tagCustomizedLanguageInfo()

tagCustomizedLanguageInfo::tagCustomizedLanguageInfo ( )
inline

Definition at line 223 of file zoom_sdk_def.h.

224 {
225 langName = nullptr;
226 langInfo = nullptr;
228 }
CustomizedLanguageType langType
@ CustomizedLanguage_None

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 220 of file zoom_sdk_def.h.

Referenced by tagCustomizedLanguageInfo().

◆ langName

const char* tagCustomizedLanguageInfo::langName

Resource name.

Definition at line 218 of file zoom_sdk_def.h.

Referenced by tagCustomizedLanguageInfo().

◆ langType

CustomizedLanguageType tagCustomizedLanguageInfo::langType

Use the custom resource type.

Definition at line 222 of file zoom_sdk_def.h.

Referenced by tagCustomizedLanguageInfo().