Windows SDK API Reference
Loading...
Searching...
No Matches
ICustomizedShareRenderEvent Class Referenceabstract

Share render callback event. More...

#include <customized_share_render.h>

Public Member Functions

virtual void onSharingContentStartRecving ()=0
 Callback event the moment received the shared content. More...
 
virtual void onSharingSourceUserIDNotification (unsigned int userid)=0
 Callback event of changed sender or the sharing closes when receiving the shared content. More...
 
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. More...
 

Detailed Description

Share render callback event.

Definition at line 23 of file customized_share_render.h.

Member Function Documentation

◆ onSharingContentStartRecving()

virtual void ICustomizedShareRenderEvent::onSharingContentStartRecving ( )
pure virtual

Callback event the moment received the shared content.

◆ onSharingSourceUserIDNotification()

virtual void ICustomizedShareRenderEvent::onSharingSourceUserIDNotification ( unsigned int  userid)
pure virtual

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

Parameters
useridThe new sender or the sender of new sharing content.

◆ 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.