Meeting SDK for Windows API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ICustomizedShareRenderEvent Class Referenceabstract

Share render callback event. More...

#include <customized_share_render.h>

Public Member Functions

virtual void onSharingContentStartReceiving ()=0
 Callback event the moment received the shared content.
 
virtual void onSharingSourceNotification (unsigned int nShareSourceID)=0
 Callback event of changed sender or the sharing closes when receiving the shared content.
 
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 window messages. WM_MOUSEMOVE WM_MOUSEENTER WM_MOUSELEAVE WM_LBUTTONDOWN WM_LBUTTONUP WM_RBUTTONUP WM_LBUTTONDBLCLK WM_KEYDOWN.
 

Detailed Description

Share render callback event.

Definition at line 23 of file customized_share_render.h.

Member Function Documentation

◆ onSharingContentStartReceiving()

virtual void ICustomizedShareRenderEvent::onSharingContentStartReceiving ( )
pure virtual

Callback event the moment received the shared content.

◆ onSharingSourceNotification()

virtual void ICustomizedShareRenderEvent::onSharingSourceNotification ( unsigned int nShareSourceID)
pure virtual

Callback event of changed sender or the sharing closes when receiving the shared content.

Parameters
nShareSourceIDThe new sharer's share source ID.

◆ onWindowMsgNotification()

virtual void ICustomizedShareRenderEvent::onWindowMsgNotification ( UINT uMsg,
WPARAM wParam,
LPARAM lParam )
pure virtual

Callback event when the App receives the window messages from the sharer. Here are the list of the window messages. WM_MOUSEMOVE WM_MOUSEENTER WM_MOUSELEAVE WM_LBUTTONDOWN WM_LBUTTONUP WM_RBUTTONUP WM_LBUTTONDBLCLK WM_KEYDOWN.