6#ifndef _ZOOM_CUSTOMIZED_SHARE_RENDER_H_
7#define _ZOOM_CUSTOMIZED_SHARE_RENDER_H_
Share render callback event.
virtual void onWindowMsgNotification(UINT uMsg, WPARAM wParam, LPARAM lParam)=0
Callback event when the App receives the window messages from the sharer. Here are the list of the wi...
virtual void onSharingContentStartRecving()=0
Callback event the moment received the shared content.
virtual void onSharingSourceUserIDNotification(unsigned int userid)=0
Callback event of changed sender or the sharing closes when receiving the shared content.
virtual SDKError SetEvent(ICustomizedShareRenderEvent *pEvent)=0
Set the share render callback event handler.
virtual SDKError Hide()=0
Hide the shared content received.
virtual unsigned int GetUserID()=0
Get the ID of the user who's sending the sharing.
virtual SDKError SetViewMode(CustomizedViewShareMode mode)=0
Set the view mode of watching the sharing.
virtual HWND GetOwnerWnd()=0
Get the window handle of showing sharing content.
virtual SDKError Show()=0
Show the shared content received.
virtual SDKError HandleWindowsMoveMsg()=0
Redraw the window of showing the sharing.
virtual ~ICustomizedShareRender()
virtual SDKError Resize(RECT rc)=0
Reset the dialog size to view the sharing content.
virtual SDKError SetUserID(unsigned int userid)=0
View the sharing content from the specified user ID.
CustomizedViewShareMode
View mode of shared render. Here are more detailed structural descriptions.
@ CSM_LETTER_BOX
View the shared content in full screen mode.
ZOOM windows SDK Common Definition File.
#define END_ZOOM_SDK_NAMESPACE
#define BEGIN_ZOOM_SDK_NAMESPACE
SDKError
SDK error types. Here are more detailed structural descriptions.