IATSNotifications.h File Reference

#include "IATSProvider.h"

Go to the source code of this file.

Classes

class   ATSNotifyParams
  Asset Tracking System Notification Parameter class. More...
class   IATSNotifyCallback
  Asset Tracking System Notification Callback Interface. More...
class   ATSNotification
  Register for and Broadcast ATS Notification Messages. More...

Namespaces

namespace   ATS

Typedefs

typedef DWORD  ATSNotifyID
typedef DWORD  ATSNotifyResult
typedef LONG_PTR  ATSNotifyClientPtr

Variables

const ATSNotifyID  kATSNotifyPreLogin = 1
const ATSNotifyID  kATSNotifyPostLogin = 2
const ATSNotifyID  kATSNotifyPreLogout = 3
const ATSNotifyID  kATSNotifyPostLogout = 4
const ATSNotifyID  kATSNotifyPreOpenProject = 5
const ATSNotifyID  kATSNotifyPostOpenProject = 6
const ATSNotifyID  kATSNotifyPreCloseProject = 7
const ATSNotifyID  kATSNotifyPostCloseProject = 8
const ATSNotifyID  kATSNotifyPreLaunchOptions = 9
const ATSNotifyID  kATSNotifyPostLaunchOptions = 10
const ATSNotifyID  kATSNotifyPreLaunchProvider = 11
const ATSNotifyID  kATSNotifyPostLaunchProvider = 12
const ATSNotifyID  kATSNotifyPreCheckin = 13
const ATSNotifyID  kATSNotifyPostCheckin = 14
const ATSNotifyID  kATSNotifyPreCheckout = 15
const ATSNotifyID  kATSNotifyPostCheckout = 16
const ATSNotifyID  kATSNotifyPreUndoCheckout = 17
const ATSNotifyID  kATSNotifyPostUndoCheckout = 18
const ATSNotifyID  kATSNotifyPreAddFiles = 19
const ATSNotifyID  kATSNotifyPostAddFiles = 20
const ATSNotifyID  kATSNotifyPreGetLatest = 21
const ATSNotifyID  kATSNotifyPostGetLatest = 22
const ATSNotifyID  kATSNotifyPreProperties = 23
const ATSNotifyID  kATSNotifyPostProperties = 24
const ATSNotifyID  kATSNotifyPreShowHistory = 25
const ATSNotifyID  kATSNotifyPostShowHistory = 26
const ATSNotifyID  kATSNotifyFileListUpdate = 27
  Broadcasts that the ATSFileList associated with the current notification has been modified.
const ATSNotifyID  kATSNotifyPreExploreProvider = 28
const ATSNotifyID  kATSNotifyPostExploreProvider = 29
const ATSNotifyID  kATSNotifyPreGetVersion = 30
const ATSNotifyID  kATSNotifyPostGetVersion = 31
const ATSNotifyResult  kATSNotifyResultOk = 0
  Continue notification process.
const ATSNotifyResult  kATSNotifyResultCancel = 1
  Cancel specified action.
const ATSNotifyResult  kATSNotifyResultStop = 2
  Stop notification process.

Typedef Documentation

typedef DWORD ATSNotifyID

Definition at line 28 of file IATSNotifications.h.

typedef DWORD ATSNotifyResult

Definition at line 29 of file IATSNotifications.h.

typedef LONG_PTR ATSNotifyClientPtr

Definition at line 30 of file IATSNotifications.h.