Platform SDK: Removable Storage Manager

NTMS_CHANGERTYPEINFORMATION

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.

Requirements

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