Windows SDK API 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 |
SDK configuration options.
Definition at line 142 of file zoom_sdk_def.h.
|
inline |
Definition at line 147 of file zoom_sdk_def.h.
References optionalFeatures, and sdkPathPostfix.
CustomizedLanguageInfo tagConfigurableOptions::customizedLang |
Definition at line 144 of file zoom_sdk_def.h.
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().
const wchar_t* tagConfigurableOptions::sdkPathPostfix |
Definition at line 146 of file zoom_sdk_def.h.
Referenced by tagConfigurableOptions().