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

#include <zoom_sdk_def.h>

Public Member Functions

 tagConfigurableOptions ()

Data Fields

const zchar_tsdkPathPostfix

Detailed Description

Definition at line 317 of file zoom_sdk_def.h.

Constructor & Destructor Documentation

◆ tagConfigurableOptions()

tagConfigurableOptions::tagConfigurableOptions ( )
inline

Definition at line 326 of file zoom_sdk_def.h.

327 {
328 #if defined(WIN32)
329 optionalFeatures = 0;
330 #endif
331 sdkPathPostfix = nullptr;
332 }
const zchar_t * sdkPathPostfix

References sdkPathPostfix.

Field Documentation

◆ sdkPathPostfix

const zchar_t* tagConfigurableOptions::sdkPathPostfix

Definition at line 325 of file zoom_sdk_def.h.

Referenced by tagConfigurableOptions().