ZOOM Windows SDK
5.2.42037.1112
|
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... | |
ZOOM Custom UI interface.
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. |