6#ifndef _ZOOM_CUSTOMIZED_IMMERSIVE_CONTAINER_H_
7#define _ZOOM_CUSTOMIZED_IMMERSIVE_CONTAINER_H_
Callback event of custom immersive container.
virtual ~ICustomizedImmersiveContainerEvent()
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 ~ICustomizedImmersiveContainer()
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.