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

Constructor & Destructor Documentation

◆ tagConfigurableOptions()

tagConfigurableOptions::tagConfigurableOptions ( )
inline

Definition at line 151 of file zoom_sdk_def.h.

152 {
154 sdkPathPostfix = NULL;
155 }
const wchar_t * sdkPathPostfix
Definition: zoom_sdk_def.h:150
int optionalFeatures
The custom resource information.
Definition: zoom_sdk_def.h:149

References optionalFeatures, and sdkPathPostfix.

Field Documentation

◆ customizedLang

CustomizedLanguageInfo tagConfigurableOptions::customizedLang

Definition at line 148 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 149 of file zoom_sdk_def.h.

Referenced by tagConfigurableOptions().

◆ sdkPathPostfix

const wchar_t* tagConfigurableOptions::sdkPathPostfix

Definition at line 150 of file zoom_sdk_def.h.

Referenced by tagConfigurableOptions().