Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
customized_immersive_container.h
Go to the documentation of this file.
1
6#ifndef _ZOOM_CUSTOMIZED_IMMERSIVE_CONTAINER_H_
7#define _ZOOM_CUSTOMIZED_IMMERSIVE_CONTAINER_H_
8#include "zoom_sdk_def.h"
9
11
15{
16public:
26 virtual void onWindowMsgNotification(UINT uMsg, WPARAM wParam, LPARAM lParam) = 0;
27
29};
30
31
33{
34public:
40
46 virtual SDKError RepositionContainer(RECT rc, HWND hParentWnd = nullptr) = 0;
47
53
59
61};
62
64#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.