|
Windows SDK API Reference
|
Initialize the SDK Parameter. Here are more detailed structural descriptions. More...
#include <zoom_sdk_def.h>
Public Member Functions | |
| tagInitParam () | |
Data Fields | |
| const wchar_t * | strWebDomain |
| Web domain. More... | |
| const wchar_t * | strBrandingName |
| Branding name. More... | |
| const wchar_t * | strSupportUrl |
| Support URL. More... | |
| void * | hResInstance |
| Resource module handle. More... | |
| unsigned int | uiWindowIconSmallID |
| The ID of the small icon on the window. More... | |
| unsigned int | uiWindowIconBigID |
| The ID of the big Icon on the window. More... | |
| SDK_LANGUAGE_ID | emLanguageID |
| The ID of the SDK language. More... | |
| bool | enableGenerateDump |
| Enable generate dump file if the app crashed. More... | |
| bool | enableLogByDefault |
| Enable log feature. More... | |
| unsigned int | uiLogFileSize |
| Size of a log file in M(megabyte). The default size is 5M. There are 5 log files in total and the file size varies from 1M to 50M. More... | |
| ConfigurableOptions | obConfigOpts |
| The configuration options of the SDK. More... | |
| SDK_APP_Locale | locale |
| bool | permonitor_awareness_mode |
| ZoomSDKRenderOptions | renderOpts |
| RawDataOptions | rawdataOpts |
Initialize the SDK Parameter. Here are more detailed structural descriptions.
Definition at line 229 of file zoom_sdk_def.h.
|
inline |
Definition at line 246 of file zoom_sdk_def.h.
References emLanguageID, enableGenerateDump, enableLogByDefault, hResInstance, LANGUAGE_Unknow, locale, permonitor_awareness_mode, SDK_APP_Locale_Default, strBrandingName, strSupportUrl, strWebDomain, uiLogFileSize, uiWindowIconBigID, and uiWindowIconSmallID.
| SDK_LANGUAGE_ID tagInitParam::emLanguageID |
The ID of the SDK language.
Definition at line 237 of file zoom_sdk_def.h.
Referenced by tagInitParam().
| bool tagInitParam::enableGenerateDump |
Enable generate dump file if the app crashed.
Definition at line 238 of file zoom_sdk_def.h.
Referenced by tagInitParam().
| bool tagInitParam::enableLogByDefault |
| void* tagInitParam::hResInstance |
Resource module handle.
Definition at line 234 of file zoom_sdk_def.h.
Referenced by tagInitParam().
| SDK_APP_Locale tagInitParam::locale |
Definition at line 242 of file zoom_sdk_def.h.
Referenced by tagInitParam().
| ConfigurableOptions tagInitParam::obConfigOpts |
The configuration options of the SDK.
Definition at line 241 of file zoom_sdk_def.h.
| bool tagInitParam::permonitor_awareness_mode |
Definition at line 243 of file zoom_sdk_def.h.
Referenced by tagInitParam().
| RawDataOptions tagInitParam::rawdataOpts |
Definition at line 245 of file zoom_sdk_def.h.
| ZoomSDKRenderOptions tagInitParam::renderOpts |
Definition at line 244 of file zoom_sdk_def.h.
| const wchar_t* tagInitParam::strBrandingName |
| const wchar_t* tagInitParam::strSupportUrl |
| const wchar_t* tagInitParam::strWebDomain |
| unsigned int tagInitParam::uiLogFileSize |
Size of a log file in M(megabyte). The default size is 5M. There are 5 log files in total and the file size varies from 1M to 50M.
Definition at line 240 of file zoom_sdk_def.h.
Referenced by tagInitParam().
| unsigned int tagInitParam::uiWindowIconBigID |
The ID of the big Icon on the window.
Definition at line 236 of file zoom_sdk_def.h.
Referenced by tagInitParam().
| unsigned int tagInitParam::uiWindowIconSmallID |
The ID of the small icon on the window.
Definition at line 235 of file zoom_sdk_def.h.
Referenced by tagInitParam().