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

SDK configuration options. More...

#include <zoom_sdk_def.h>

Public Member Functions

 tagConfigurableOptions ()
 

Data Fields

CustomizedLanguageInfo customizedLang
 
int optionalFeatures
 The custom resource information. More...
 
const wchar_t * sdkPathPostfix
 

Detailed Description

SDK configuration options.

Remarks
This structure is used only for the SDK initialization to configure the custom resource file and choose whether to use the UI mode. Here are more detailed structural descriptions.

Definition at line 142 of file zoom_sdk_def.h.

Constructor & Destructor Documentation

◆ tagConfigurableOptions()

tagConfigurableOptions::tagConfigurableOptions ( )
inline

Definition at line 147 of file zoom_sdk_def.h.

148 {
150 sdkPathPostfix = NULL;
151 }
const wchar_t * sdkPathPostfix
Definition: zoom_sdk_def.h:146
int optionalFeatures
The custom resource information.
Definition: zoom_sdk_def.h:145

References optionalFeatures, and sdkPathPostfix.

Field Documentation

◆ customizedLang

CustomizedLanguageInfo tagConfigurableOptions::customizedLang

Definition at line 144 of file zoom_sdk_def.h.

◆ optionalFeatures

int tagConfigurableOptions::optionalFeatures

The custom resource information.

Additional functional configuration. The function currently supports whether to use the custom UI mode only. When the value of the optionalFeatures&ENABLE_CUSTOMIZED_UI_FLAG is TRUE, it means the custom UI mode will be used. Otherwise the Zoom UI mode will be used.

Definition at line 145 of file zoom_sdk_def.h.

Referenced by tagConfigurableOptions().

◆ sdkPathPostfix

const wchar_t* tagConfigurableOptions::sdkPathPostfix

Definition at line 146 of file zoom_sdk_def.h.

Referenced by tagConfigurableOptions().