Meeting SDK for Windows API Reference
|
#include <zoom_sdk_def.h>
Public Member Functions | |
tagConfigurableOptions () | |
Data Fields | |
CustomizedLanguageInfo | customizedLang |
int | optionalFeatures |
const zchar_t * | sdkPathPostfix |
Definition at line 236 of file zoom_sdk_def.h.
|
inline |
Definition at line 243 of file zoom_sdk_def.h.
References optionalFeatures, and sdkPathPostfix.
CustomizedLanguageInfo tagConfigurableOptions::customizedLang |
The custom resource information.
Definition at line 239 of file zoom_sdk_def.h.
int tagConfigurableOptions::optionalFeatures |
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 241 of file zoom_sdk_def.h.
Referenced by tagConfigurableOptions().
const zchar_t* tagConfigurableOptions::sdkPathPostfix |
Definition at line 242 of file zoom_sdk_def.h.
Referenced by tagConfigurableOptions().