ZOOM Windows SDK
5.2.42037.1112
|
Setting user strategy interface. More...
#include <setting_service_interface.h>
Public Member Functions | |
virtual void | DisableAdvancedFeatures4GeneralSetting (bool bDisable)=0 |
Hide the link to check the advanced settings on the General Setting page or not. More... | |
virtual void | DisableAccountSettingTabPage (bool bDisable)=0 |
Hide the Account Setting page or not. More... | |
virtual void | ConfSettingDialogShownTabPage (SettingDlgShowTabPageOption showOption)=0 |
Custom the tab page show or hide. More... | |
Setting user strategy interface.
|
pure virtual |
Custom the tab page show or hide.
showOption | True indicates to show the corresponding tab page for each item. |
|
pure virtual |
Hide the Account Setting page or not.
bDisable | TRUE indicates to hide the account setting page. |
|
pure virtual |
Hide the link to check the advanced settings on the General Setting page or not.
bDisable | TRUE indicates to hide the link. |