Share render callback event.
More...
#include <customized_share_render.h>
|
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.
|
|
Share render callback event.
Definition at line 23 of file customized_share_render.h.
◆ 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
-
nShareSourceID | The 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.