ZOOM Windows SDK  5.2.42037.1112
zoom_customized_ui.h
Go to the documentation of this file.
1 
6 #ifndef _ZOOM_CUSTOMIZED_UI_H_
7 #define _ZOOM_CUSTOMIZED_UI_H_
8 #include "..\zoom_sdk_def.h"
9 
10 BEGIN_ZOOM_SDK_NAMESPACE
11 class ICustomizedUIMgr;
12 extern "C"
13 {
18  SDK_API SDKError CreateCustomizedUIMgr(ICustomizedUIMgr** ppCustomizedUIMgr);
19 
24  SDK_API SDKError DestroyCustomizedUIMgr(ICustomizedUIMgr* pCustomizedUIMgr);
25 }
26 
27 END_ZOOM_SDK_NAMESPACE
28 #endif
SDK_API SDKError DestroyCustomizedUIMgr(ICustomizedUIMgr *pCustomizedUIMgr)
Destroy the specified custom UI manager interface.
SDK_API SDKError CreateCustomizedUIMgr(ICustomizedUIMgr **ppCustomizedUIMgr)
Create a custom UI manager interface.
SDKError
SDK error types. Here are more detailed structural descriptions.
Definition: zoom_sdk_def.h:29
Custom UI manager interface.
Definition: customized_ui_mgr.h:33