3ds Max C++ API Reference
|
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... | |
#define IATSMAX_INTERFACE Interface_ID(0x20235822, 0x2632197) |
ID for IATSMax interface.
#define GetIATSMax | ( | ) | ((IATSMax*)GetCOREInterface(IATSMAX_INTERFACE)) |
Access to IATSMax interface.
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.