2.2.4.10 NTMS_CHANGERTYPEINFORMATIONA Structure

The NTMS_CHANGERTYPEINFORMATIONA structure describes the properties specific to a type of changer, as a sequence of ASCII characters.

 typedef struct _NTMS_CHANGERTYPEINFORMATIONA {
   char szVendor[128];
   char szProduct[128];
   DWORD DeviceType;
 } NTMS_CHANGERTYPEINFORMATIONA;

szVendor: A null-terminated sequence of ASCII characters specifying the name of the changer vendor, acquired from device inquiry data. If no name is available, this MUST contain an empty string.

szProduct: A null-terminated sequence of ASCII characters specifying the name of the changer product, acquired through SCSI commands. If no name is available, this MUST contain an empty string.

DeviceType: The following SCSI device type [ANSI-131-1994] acquired from device inquiry data.

Value

Meaning

FILE_DEVICE_CHANGER

0x00000030

Device is a changer.