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

Meeting AAN controller interface. More...

#include <meeting_aan_interface.h>

Public Member Functions

virtual SDKError ShowAANPanel (unsigned int x, unsigned int y)=0
 Show AAN panel window. More...
 
virtual SDKError HideAANPanel ()=0
 Hide AAN panel window. More...
 

Detailed Description

Meeting AAN controller interface.

Definition at line 14 of file meeting_aan_interface.h.

Member Function Documentation

◆ HideAANPanel()

virtual SDKError IMeetingAANController::HideAANPanel ( )
pure virtual

Hide AAN panel window.

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

◆ ShowAANPanel()

virtual SDKError IMeetingAANController::ShowAANPanel ( unsigned int  x,
unsigned int  y 
)
pure virtual

Show AAN panel window.

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