NTMS_CHANGERINFORMATION Structure

[Removable Storage Manager is no longer available as of Windows 7 and Windows Server 2008 R2.]

The NTMS_CHANGERINFORMATION structure defines properties specific to a robotic changer object.

Syntax

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 library.

  • ChangerType
    Identifier of the changer type of this changer.

  • szSerialNumber
    Serial number for the changer represented as a string. Devices that do not support serial numbers report NULL for this member.

  • szRevision
    Revision for the changer, represented as a string.

  • szDeviceName
    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 identifier of the library that contains the changer.

Remarks

The NTMS_CHANGERINFORMATION structure is included in the NTMS_OBJECTINFORMATION structure.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

End of client support

Windows Vista

End of server support

Windows Server 2008

Header

Ntmsapi.h

See Also

NTMS_OBJECTINFORMATION

 

 

Send comments about this topic to Microsoft

Build date: 6/9/2011