[This is preliminary documentation and subject to change.]
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: Requires version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in ntmsapi.h.
Import Library: Use ntmsapi.lib.