ATS/IATSMax.h File Reference
 
 
 
ATS/IATSMax.h File Reference

This reference page is linked to from the following overview topics: Library File Descriptions.


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

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)
#define GetIATSMax ( )    ((IATSMax*)GetCOREInterface(IATSMAX_INTERFACE))

Access to IATSMax interface.


Variable Documentation

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.