Access to client of ATS Provider.
This interface provides runtime access to the client application.
#include <IATSProvider.h>

Public Member Functions |
|
| virtual bool | SendStatusText (const MCHAR *szText, ATSStatus dwStatus=ATS::kATSStatusTextNone)=0 |
| Send status message to client. |
|
| virtual HWND | GetParentWindow ()=0 |
| Window handle of client. |
|
| virtual DWORD | GetUIColor (int iIndex)=0 |
| Get UI colors. |
|
| virtual bool | SilentMode ()=0 |
| Get silent mode status. |
|
| virtual ATSOption | GetClientOptions ()=0 |
| Get ATS Client options. |
|
| virtual bool SendStatusText | ( | const MCHAR * | szText, |
| ATSStatus | dwStatus = ATS::kATSStatusTextNone |
||
| ) | [pure virtual] |
Send status message to client.
| [in] | szText | string contaning status message |
| [in] | dwStatus | Currently not used. status of message. |
| virtual HWND GetParentWindow | ( | ) | [pure virtual] |
| virtual DWORD GetUIColor | ( | int | iIndex | ) | [pure virtual] |
Get UI colors.
Allows an ATS Provider to access custom application color settings.
| [in] | iIndex | same index used in Window's GetSysColor method. |
| virtual bool SilentMode | ( | ) | [pure virtual] |
| virtual ATSOption GetClientOptions | ( | ) | [pure virtual] |