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 IATSMAX_INTERFACE Interface_ID(0x20235822, 0x2632197) |
| #define GetIATSMax | ( | ) | ((IATSMax*)GetCOREInterface(IATSMAX_INTERFACE)) |
| const DWORD kATSFSStatusUnknown = 0x000 |
| 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.