| Platform SDK: Removable Storage Manager |
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;
| Value | Meaning |
|---|---|
| FILE_DEVICE_CHANGER | Changer device. |
The NTMS_CHANGERTYPEINFORMATION data structure is part of the NTMS_OBJECTINFORMATION structure and is read-only.
Windows NT/2000: Requires Windows 2000.
Header: Declared in Ntmsapi.h.