Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
tagInitParam Struct Reference

Initialize the SDK Parameter. More...

#include <zoom_sdk_def.h>

Public Member Functions

 tagInitParam ()
 

Data Fields

const zchar_tstrWebDomain
 
const zchar_tstrBrandingName
 
const zchar_tstrSupportUrl
 
SDK_LANGUAGE_ID emLanguageID
 
bool enableGenerateDump
 
bool enableLogByDefault
 
unsigned int uiLogFileSize
 
RawDataOptions rawdataOpts
 
void * hResInstance
 
unsigned int uiWindowIconSmallID
 
unsigned int uiWindowIconBigID
 
ConfigurableOptions obConfigOpts
 
SDK_APP_Locale locale
 
ZoomSDKRenderOptions renderOpts
 
bool permonitor_awareness_mode
 
int wrapperType
 

Detailed Description

Initialize the SDK Parameter.

Definition at line 355 of file zoom_sdk_def.h.

Constructor & Destructor Documentation

◆ tagInitParam()

tagInitParam::tagInitParam ( )
inline

Definition at line 391 of file zoom_sdk_def.h.

392 {
393 strWebDomain = nullptr;
394 strBrandingName = nullptr;
395 strSupportUrl = nullptr;
397 enableGenerateDump = false;
398 enableLogByDefault = false;
399 uiLogFileSize = 5;
400 wrapperType = 0;
401#if defined(WIN32)
402 hResInstance = (void*)-1;
407#endif
408 }
bool permonitor_awareness_mode
const zchar_t * strWebDomain
void * hResInstance
SDK_LANGUAGE_ID emLanguageID
const zchar_t * strBrandingName
bool enableGenerateDump
bool enableLogByDefault
unsigned int uiWindowIconSmallID
unsigned int uiLogFileSize
unsigned int uiWindowIconBigID
const zchar_t * strSupportUrl
SDK_APP_Locale locale
@ SDK_APP_Locale_Default
@ LANGUAGE_Unknown

References emLanguageID, enableGenerateDump, enableLogByDefault, hResInstance, LANGUAGE_Unknown, locale, permonitor_awareness_mode, SDK_APP_Locale_Default, strBrandingName, strSupportUrl, strWebDomain, uiLogFileSize, uiWindowIconBigID, uiWindowIconSmallID, and wrapperType.

Field Documentation

◆ emLanguageID

SDK_LANGUAGE_ID tagInitParam::emLanguageID

The ID of the SDK language.

Definition at line 364 of file zoom_sdk_def.h.

Referenced by tagInitParam().

◆ enableGenerateDump

bool tagInitParam::enableGenerateDump

Enable generate dump file if the app crashed.

Definition at line 366 of file zoom_sdk_def.h.

Referenced by tagInitParam().

◆ enableLogByDefault

bool tagInitParam::enableLogByDefault

Enable log feature.

Definition at line 368 of file zoom_sdk_def.h.

Referenced by tagInitParam().

◆ hResInstance

void* tagInitParam::hResInstance

Resource module handle.

Definition at line 375 of file zoom_sdk_def.h.

Referenced by tagInitParam().

◆ locale

SDK_APP_Locale tagInitParam::locale

Locale.

Definition at line 383 of file zoom_sdk_def.h.

Referenced by tagInitParam().

◆ obConfigOpts

ConfigurableOptions tagInitParam::obConfigOpts

The configuration options of the SDK.

Definition at line 381 of file zoom_sdk_def.h.

◆ permonitor_awareness_mode

bool tagInitParam::permonitor_awareness_mode

Per-monitor awareness mode.

Definition at line 387 of file zoom_sdk_def.h.

Referenced by tagInitParam().

◆ rawdataOpts

RawDataOptions tagInitParam::rawdataOpts

rawdata options.

Definition at line 372 of file zoom_sdk_def.h.

◆ renderOpts

ZoomSDKRenderOptions tagInitParam::renderOpts

Render options.

Definition at line 385 of file zoom_sdk_def.h.

◆ strBrandingName

const zchar_t* tagInitParam::strBrandingName

Branding name.

Definition at line 360 of file zoom_sdk_def.h.

Referenced by tagInitParam().

◆ strSupportUrl

const zchar_t* tagInitParam::strSupportUrl

Support URL.

Definition at line 362 of file zoom_sdk_def.h.

Referenced by tagInitParam().

◆ strWebDomain

const zchar_t* tagInitParam::strWebDomain

Web domain.

Definition at line 358 of file zoom_sdk_def.h.

Referenced by tagInitParam().

◆ uiLogFileSize

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

Referenced by tagInitParam().

◆ uiWindowIconBigID

unsigned int tagInitParam::uiWindowIconBigID

The ID of the big Icon on the window.

Definition at line 379 of file zoom_sdk_def.h.

Referenced by tagInitParam().

◆ uiWindowIconSmallID

unsigned int tagInitParam::uiWindowIconSmallID

The ID of the small icon on the window.

Definition at line 377 of file zoom_sdk_def.h.

Referenced by tagInitParam().

◆ wrapperType

int tagInitParam::wrapperType

Wrapper type.

Definition at line 390 of file zoom_sdk_def.h.

Referenced by tagInitParam().