IATSMax.h File Reference

#include "..\iFnPub.h"
#include "IATSProvider.h"
#include "..\containers\Array.h"

Go to the source code of this file.

Classes

class   IATSMax
  Interface to Asset Tracking System. More...

Defines

#define  IATSMAX_INTERFACE   Interface_ID(0x20235822, 0x2632197)
  ID for IATSMax interface.
#define  GetIATSMax()   ((IATSMax*)GetCOREInterface(IATSMAX_INTERFACE))
  Access to IATSMax interface.

Variables

const DWORD  kATSFSStatusUnknown = 0x000
  Unknown file system status.
const DWORD  kATSFSStatusOk = 0x001
  File found in specified location.
const DWORD  kATSFSStatusMissing = 0x002
  File not found in specified location.
const DWORD  kATSFSStatusResolved = 0x004
  File not found in specified location, but found in search paths.
const DWORD  kATSFSStatusNetPathNoCheck = 0x008
  File located on network drive and status check was optionally skipped.

Define Documentation

#define IATSMAX_INTERFACE   Interface_ID(0x20235822, 0x2632197)

ID for IATSMax interface.

Definition at line 51 of file IATSMax.h.

#define GetIATSMax ( )    ((IATSMax*)GetCOREInterface(IATSMAX_INTERFACE))

Access to IATSMax interface.

Definition at line 591 of file IATSMax.h.


Variable Documentation

const DWORD kATSFSStatusUnknown = 0x000

Unknown file system status.

Definition at line 33 of file IATSMax.h.

const DWORD kATSFSStatusOk = 0x001

File found in specified location.

Definition at line 35 of file IATSMax.h.

const DWORD kATSFSStatusMissing = 0x002

File not found in specified location.

Definition at line 37 of file IATSMax.h.

const DWORD kATSFSStatusResolved = 0x004

File not found in specified location, but found in search paths.

Definition at line 39 of file IATSMax.h.

const DWORD kATSFSStatusNetPathNoCheck = 0x008

File located on network drive and status check was optionally skipped.

Definition at line 41 of file IATSMax.h.