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

#include <direct_share_helper_interface.h>

Public Member Functions

virtual ~IDirectShareSpecifyContentHandler ()
 
virtual IList< ShareType > * GetSupportedDirectShareType ()=0
 
virtual SDKError TryShareApplication (HWND hWnd, bool bShareSound=true, bool bOptimizeVideoClip=true)=0
 
virtual SDKError TryShareDesktop (const wchar_t *monitorId, bool bShareSound=true, bool bOptimizeVideoClip=true)=0
 
virtual SDKError Cancel ()=0
 

Detailed Description

Definition at line 29 of file direct_share_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IDirectShareSpecifyContentHandler()

virtual IDirectShareSpecifyContentHandler::~IDirectShareSpecifyContentHandler ( )
inlinevirtual

Definition at line 32 of file direct_share_helper_interface.h.

32{};

Member Function Documentation

◆ Cancel()

virtual SDKError IDirectShareSpecifyContentHandler::Cancel ( )
pure virtual

◆ GetSupportedDirectShareType()

virtual IList< ShareType > * IDirectShareSpecifyContentHandler::GetSupportedDirectShareType ( )
pure virtual

◆ TryShareApplication()

virtual SDKError IDirectShareSpecifyContentHandler::TryShareApplication ( HWND  hWnd,
bool  bShareSound = true,
bool  bOptimizeVideoClip = true 
)
pure virtual

◆ TryShareDesktop()

virtual SDKError IDirectShareSpecifyContentHandler::TryShareDesktop ( const wchar_t *  monitorId,
bool  bShareSound = true,
bool  bOptimizeVideoClip = true 
)
pure virtual