[This is preliminary documentation and subject to change.]
The NTMS_CHANGERINFORMATION data structure defines properties specific to a robotic changer object.
typedef struct _NTMS_CHANGERINFORMATION {
DWORD Number
NTMS_GUID ChangerType;
TCHAR szSerialNumber[NTMS_SERIALNUMBER_LENGTH];
TCHAR szRevision[NTMS_REVISION_LENGTH];
TCHAR szDeviceName[NTMS_DEVICENAME_LENGTH];
WORD ScsiPort;
WORD ScsiBus;
WORD ScsiTarget;
WORD ScsiLun;
NTMS_GUID Library;
} NTMS_CHANGERINFORMATION;
The NTMS_CHANGERINFORMATION data structure is included in the NTMS_OBJECTINFORMATION structure used for the GetNtmsObjectInformation and SetNtmsObjectInformation functions.
Windows NT: Requires version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in ntmsapi.h.
Import Library: Use ntmsapi.lib.