NTMS_CHANGERTYPEINFORMATION

[This is preliminary documentation and subject to change.]

The NTMS_CHANGERTYPEINFORMATION data structure defines the properties specific to a type of robotic changer supported by RSM.

typedef struct _NTMS_CHANGERTYPEINFORMATION {
    TCHAR    szVendor[NTMS_VENDORNAME_LENGTH];
    TCHAR    szProduct[NTMS_PRODUCTNAME_LENGTH];
    DWORD    DeviceType;
} NTMS_CHANGERTYPEINFORMATION;
 

Members

szVendor
Name of the vendor of the changer. This is acquired directly from the device inquiry data.
SzProduct
Product name of the changer. This is acquired directly from the device inquiry data.
DeviceType
SCSI device type as reported from device inquiry data. From Winioctl.h. This can be the following value.
Value Meaning
FILE_DEVICE_CHANGER Changer device.

Remarks

The NTMS_CHANGERTYPEINFORMATION data structure is part of the NTMS_OBJECTINFORMATION structure and is read-only.

QuickInfo

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