ZOOM Windows SDK  5.2.42037.1112
Functions
zoom_customized_ui.h File Reference

ZOOM Custom UI interface. More...

#include "..\zoom_sdk_def.h"

Go to the source code of this file.

Functions

SDK_API SDKError CreateCustomizedUIMgr (ICustomizedUIMgr **ppCustomizedUIMgr)
 Create a custom UI manager interface. More...
 
SDK_API SDKError DestroyCustomizedUIMgr (ICustomizedUIMgr *pCustomizedUIMgr)
 Destroy the specified custom UI manager interface. More...
 

Detailed Description

ZOOM Custom UI interface.

Function Documentation

◆ CreateCustomizedUIMgr()

SDK_API SDKError CreateCustomizedUIMgr ( ICustomizedUIMgr **  ppCustomizedUIMgr)

Create a custom UI manager interface.

Parameters
ppCustomizedUIMgrThe parameter stores the pointer to ICustomizedUIMgr* once the function calls successfully.
Returns
If the function succeeds, the return value is SDKErr_Success, while the return value of ppCustomizedUIMgr is not NULL Otherwise failed. To get extended error information, see SDKError enum.

◆ DestroyCustomizedUIMgr()

SDK_API SDKError DestroyCustomizedUIMgr ( ICustomizedUIMgr pCustomizedUIMgr)

Destroy the specified custom UI manager interface.

Parameters
pCustomizedUIMgrA pointer to the ICustomizedUIMgr to be destroyed.
Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.