3ds Max C++ API Reference
IATSMax.h File Reference
#include "../iFnPub.h"
#include "IATSProvider.h"
#include "../containers/Array.h"

Classes

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

Macros

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

Variables

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

Macro Definition Documentation

◆ IATSMAX_INTERFACE

#define IATSMAX_INTERFACE   Interface_ID(0x20235822, 0x2632197)

ID for IATSMax interface.

◆ GetIATSMax

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

Access to IATSMax interface.

Variable Documentation

◆ kATSFSStatusUnknown

const DWORD kATSFSStatusUnknown = 0x000

Unknown file system status.

◆ kATSFSStatusOk

const DWORD kATSFSStatusOk = 0x001

File found in specified location.

◆ kATSFSStatusMissing

const DWORD kATSFSStatusMissing = 0x002

File not found in specified location.

◆ kATSFSStatusResolved

const DWORD kATSFSStatusResolved = 0x004

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

◆ kATSFSStatusNetPathNoCheck

const DWORD kATSFSStatusNetPathNoCheck = 0x008

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