NTMS_CHANGERTYPEINFORMATION Structure

[Removable Storage Manager is no longer available as of Windows 7 and Windows Server 2008 R2.]

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

Syntax

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 structure is included in the NTMS_OBJECTINFORMATION structure.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

End of client support

Windows Vista

End of server support

Windows Server 2008

Header

Ntmsapi.h

See Also

NTMS_OBJECTINFORMATION

 

 

Send comments about this topic to Microsoft

Build date: 6/9/2011