Platform SDK: Removable Storage Manager |
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/2000: Requires Windows 2000.
Header: Declared in Ntmsapi.h.