Register for and Broadcast ATS Notification Messages.
#include <IATSNotifications.h>
Static Public Member Functions |
|
static ATSExport bool | RegisterATSNotification (IATSNotifyCallback *pCallback, ATSNotifyClientPtr pClientPtr) |
Register for ATS Notification Messages. |
|
static ATSExport bool | UnRegisterATSNotification (IATSNotifyCallback *pCallback) |
UnRegister for ATS Notification Messages. |
|
static ATSExport ATSNotifyResult | BroadcastATSNotification (ATSNotifyParams *pATSNotifyParamsn) |
Broadcast ATS Notification Message. |
|
static ATSExport ATSNotifyResult | BroadcastATSNotification (ATSNotifyID id, UINT uProviderIndex) |
Broadcast ATS Notification Message. |
static ATSExport bool RegisterATSNotification | ( | IATSNotifyCallback * | pCallback, |
ATSNotifyClientPtr | pClientPtr | ||
) | [static] |
Register for ATS Notification Messages.
[in] | pCallback | pointer to IATSNotifyCallback interface |
[in] | pClientPtr | client supplied pointer that will be returned with all notifications |
static ATSExport bool UnRegisterATSNotification | ( | IATSNotifyCallback * | pCallback | ) | [static] |
UnRegister for ATS Notification Messages.
[in] | pCallback | pointer to IATSNotifyCallback interface |
static ATSExport ATSNotifyResult BroadcastATSNotification | ( | ATSNotifyParams * | pATSNotifyParamsn | ) | [static] |
Broadcast ATS Notification Message.
[in] | pATSNotifyParamsn | pointer to ATSNotifyParams object |
static ATSExport ATSNotifyResult BroadcastATSNotification | ( | ATSNotifyID | id, |
UINT | uProviderIndex | ||
) | [static] |
Broadcast ATS Notification Message.
[in] | id | ID of notification message. An ATSNotifyParams object will be created with the specified ID and Provder Index. |
[in] | uProviderIndex | Index of provider. An ATSNotifyParams object will be created with the specified ID and Provder Index. |