ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
IOutlookPluginIntegrationHelper Class Referenceabstract

Outlook plugin integration helper interface. More...

#include <outlook_plugin_integration_helper_interface.h>

Public Member Functions

virtual SDKError SetEvent (IOutlookPluginIntegrationHelperEvent *pEvent)=0
 Outlook plugin integration helper callback handler. More...
 
virtual SDKError Start (const wchar_t *ipc_channel_name=NULL)=0
 Start outlook plugin integration. More...
 
virtual SDKError Stop ()=0
 Stop Outlook plugin integration. More...
 

Detailed Description

Outlook plugin integration helper interface.

Member Function Documentation

◆ SetEvent()

virtual SDKError IOutlookPluginIntegrationHelper::SetEvent ( IOutlookPluginIntegrationHelperEvent pEvent)
pure virtual

Outlook plugin integration helper callback handler.

Parameters
pEventA pointer to the IOutlookPluginIntegrationHelperEvent that receives outlook plugin event.
Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.

◆ Start()

virtual SDKError IOutlookPluginIntegrationHelper::Start ( const wchar_t *  ipc_channel_name = NULL)
pure virtual

Start outlook plugin integration.

Parameters
ipc_channel_nameCurrently only the default value is supported. If you have any special requirements, please contact the vendor.
Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.

◆ Stop()

virtual SDKError IOutlookPluginIntegrationHelper::Stop ( )
pure virtual

Stop Outlook plugin integration.

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

The documentation for this class was generated from the following file: