ZOOM Windows SDK
5.2.42037.1112
|
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... | |
Outlook plugin integration helper interface.
|
pure virtual |
Outlook plugin integration helper callback handler.
pEvent | A pointer to the IOutlookPluginIntegrationHelperEvent that receives outlook plugin event. |
|
pure virtual |
Start outlook plugin integration.
ipc_channel_name | Currently only the default value is supported. If you have any special requirements, please contact the vendor. |
|
pure virtual |
Stop Outlook plugin integration.