NTMS_CHANGERINFORMATION

[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;
 

Members

Number
Number of the changer within the online library.
ChangerType
The changer type that matches the instance of the changer.
szSerialNumber
A serial number for the changer represented as a string.
szRevision
A revision for the changer represented as a string.
szDeviceName
The name of the device used to access the changer. This contains the device name.
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.

QuickInfo

  Windows NT: Requires version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in ntmsapi.h.
  Import Library: Use ntmsapi.lib.