|
Meeting SDK for Windows API Reference
|
Share action base interface. More...
#include <customized_share_render.h>
Inherited by ICustomizedShareRender, and IShareAction.
Public Member Functions | |
| virtual SDKError | Show ()=0 |
| Show the shared content received. | |
| virtual SDKError | Hide ()=0 |
| Hide the shared content received. | |
| virtual HWND | GetOwnerWnd ()=0 |
| Get the window handle of showing sharing content. | |
| virtual | ~IShareActionBase () |
Share action base interface.
Definition at line 58 of file customized_share_render.h.
|
inlinevirtual |
Definition at line 79 of file customized_share_render.h.
|
pure virtual |
Get the window handle of showing sharing content.
|
pure virtual |
Hide the shared content received.
|
pure virtual |
Show the shared content received.