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

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 ()
 

Detailed Description

Share action base interface.

Definition at line 47 of file customized_share_render.h.

Constructor & Destructor Documentation

◆ ~IShareActionBase()

virtual IShareActionBase::~IShareActionBase ( )
inlinevirtual

Definition at line 66 of file customized_share_render.h.

66{}

Member Function Documentation

◆ GetOwnerWnd()

virtual HWND IShareActionBase::GetOwnerWnd ( )
pure virtual

Get the window handle of showing sharing content.

Returns
If the function succeeds, the return value is the window handle. Otherwise failed, the return value is nullptr.

◆ Hide()

virtual SDKError IShareActionBase::Hide ( )
pure virtual

Hide the shared content received.

Returns
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. To get extended error information, see SDKError enum.

◆ Show()

virtual SDKError IShareActionBase::Show ( )
pure virtual

Show the shared content received.

Returns
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. To get extended error information, see SDKError enum.