Windows SDK API Reference
Loading...
Searching...
No Matches
tagCustomizedLanguageInfo Struct Reference

#include <zoom_sdk_def.h>

Public Member Functions

 tagCustomizedLanguageInfo ()
 

Data Fields

const char * langName
 Resource name. More...
 
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. More...
 
CustomizedLanguageType langType
 Use the custom resource type. More...
 

Detailed Description

Definition at line 122 of file zoom_sdk_def.h.

Constructor & Destructor Documentation

◆ tagCustomizedLanguageInfo()

tagCustomizedLanguageInfo::tagCustomizedLanguageInfo ( )
inline

Definition at line 127 of file zoom_sdk_def.h.

128 {
129 langName = NULL;
130 langInfo = NULL;
132 }
const char * langInfo
The value should be the full path of the resource file when the langType value is CustomizedLanguage_...
Definition: zoom_sdk_def.h:125
CustomizedLanguageType langType
Use the custom resource type.
Definition: zoom_sdk_def.h:126
const char * langName
Resource name.
Definition: zoom_sdk_def.h:124
@ CustomizedLanguage_None
No use of the custom resource.
Definition: zoom_sdk_def.h:113

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

Referenced by tagCustomizedLanguageInfo().

◆ langName

const char* tagCustomizedLanguageInfo::langName

Resource name.

Definition at line 124 of file zoom_sdk_def.h.

Referenced by tagCustomizedLanguageInfo().

◆ langType

CustomizedLanguageType tagCustomizedLanguageInfo::langType

Use the custom resource type.

Definition at line 126 of file zoom_sdk_def.h.

Referenced by tagCustomizedLanguageInfo().