Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
customized_immersive_container.h
Go to the documentation of this file.
1
5#ifndef _ZOOM_CUSTOMIZED_IMMERSIVE_CONTAINER_H_
6#define _ZOOM_CUSTOMIZED_IMMERSIVE_CONTAINER_H_
7#include "zoom_sdk_def.h"
8
10
16{
17public:
29 virtual void onWindowMsgNotification(UINT uMsg, WPARAM wParam, LPARAM lParam) = 0;
30
32};
33
34
36{
37public:
44
51 virtual SDKError RepositionContainer(RECT rc, HWND hParentWnd = nullptr) = 0;
52
59
66
68};
69
71#endif
Callback event of custom immersive container.
virtual void onWindowMsgNotification(UINT uMsg, WPARAM wParam, LPARAM lParam)=0
The SDK will pass the window messages to users via the callback. Here are the messages....
virtual SDKError ShowWaitingArea()=0
Show the waiting area before start immersive.
virtual SDKError SetEvent(ICustomizedImmersiveContainerEvent *pEvent)=0
Set immersive container callback event handler.
virtual SDKError HideWaitingArea()=0
Hide the waiting area before start immersive.
virtual SDKError RepositionContainer(RECT rc, HWND hParentWnd=nullptr)=0
Resize the immersive container in the specified area and reset the parent window.
ZOOM windows SDK Common Definition File.
#define END_ZOOM_SDK_NAMESPACE
#define BEGIN_ZOOM_SDK_NAMESPACE
SDKError
Enumeration of common errors of SDK.