Platform SDK: Removable Storage Manager

NTMS_CHANGERINFORMATION

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;

Members

Number
Number of the changer within the online library.
ChangerType
The changer type of this changer.
szSerialNumber
A serial number for the changer represented as a string. Devices that do not support serial numbers report NULL for this member.
szRevision
A revision for the changer represented as a string.
szDeviceName
The name of the device used to access the changer.
ScsiPort
SCSI host adapter to which the changer is connected.
ScsiBus
SCSI bus to which the changer is connected.
ScsiTarget
SCSI target ID for the changer.
ScsiLun
SCSI logical unit ID for the changer.
Library
Unique ID of the library that contains the changer.

Remarks

The NTMS_CHANGERINFORMATION data structure is included in the NTMS_OBJECTINFORMATION structure used for the GetNtmsObjectInformation and SetNtmsObjectInformation functions.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Ntmsapi.h.