|
Meeting SDK for Windows API 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. | |
| SDK_API SDKError | DestroyCustomizedUIMgr (ICustomizedUIMgr *pCustomizedUIMgr) |
| Destroy the specified custom UI manager interface. | |
ZOOM Custom UI interface.
Definition in file zoom_customized_ui.h.
| SDK_API SDKError CreateCustomizedUIMgr | ( | ICustomizedUIMgr ** | ppCustomizedUIMgr | ) |
Create a custom UI manager interface.
| ppCustomizedUIMgr | The parameter stores the pointer to ICustomizedUIMgr* once the function calls successfully. |
| SDK_API SDKError DestroyCustomizedUIMgr | ( | ICustomizedUIMgr * | pCustomizedUIMgr | ) |
Destroy the specified custom UI manager interface.
| pCustomizedUIMgr | A pointer to the ICustomizedUIMgr to be destroyed. |