Windows SDK API Reference
Loading...
Searching...
No Matches
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
12extern "C"
13{
19
25}
26
28#endif
Custom UI manager interface.
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 windows SDK Common Definition File.
#define END_ZOOM_SDK_NAMESPACE
Definition: zoom_sdk_def.h:21
#define SDK_API
Definition: zoom_sdk_def.h:16
#define BEGIN_ZOOM_SDK_NAMESPACE
Definition: zoom_sdk_def.h:20
SDKError
SDK error types. Here are more detailed structural descriptions.
Definition: zoom_sdk_def.h:30