<div class="content" name="NTMS_CHANGERTYPEINFORMATIONW" uuid="d351f938-25b6-4663-a1af-edab7224ab6e"><p>The NTMS_CHANGERTYPEINFORMATIONW structure describes the
properties specific to a type of <a href="8d988f06-72be-47cf-9e09-9060aa8ed897#gt_898fa8ab-42d5-439f-9415-1589599fe913" data-linktype="relative-path">changer</a>, in Unicode.</p><dl>
<dd>
<div><pre> typedef struct _NTMS_CHANGERTYPEINFORMATIONW {
   [string] wchar_t szVendor[128];
   [string] wchar_t szProduct[128];
   DWORD DeviceType;
 } NTMS_CHANGERTYPEINFORMATIONW;
</pre></div>
</dd></dl><p><b>szVendor:</b>   A null-terminated
sequence of Unicode UTF-16 characters specifying the name of the changer
vendor, acquired from device inquiry data. If no name is available, this MUST
contain an empty string.</p><p><b>szProduct:</b>   A null-terminated
sequence of Unicode UTF-16 characters specifying the name of the changer
product, acquired from device inquiry data. If no name is available, this MUST
contain an empty string.</p><p><b>DeviceType:</b>  The following SCSI
device type <a href="https://go.microsoft.com/fwlink/?LinkId=90512" data-linktype="external">[ANSI-131-1994]</a>
acquired through SCSI commands.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>FILE_DEVICE_CHANGER 0x00000030</td>
  <td>Device is a changer.</td>
 </tr></tbody></table>
</dd></dl><p> </p></div>