Skip to content

Latest commit

 

History

History
110 lines (85 loc) · 3.68 KB

ns-ntmsapi-ntms_changertypeinformationw.md

File metadata and controls

110 lines (85 loc) · 3.68 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:ntmsapi._NTMS_CHANGERTYPEINFORMATIONW
NTMS_CHANGERTYPEINFORMATIONW (ntmsapi.h)
The NTMS_CHANGERTYPEINFORMATION structure defines the properties specific to a type of robotic changer supported by RSM. (Unicode)
FILE_DEVICE_CHANGER
NTMS_CHANGERTYPEINFORMATION
NTMS_CHANGERTYPEINFORMATION structure [Files]
NTMS_CHANGERTYPEINFORMATIONA
NTMS_CHANGERTYPEINFORMATIONW
_NTMS_CHANGERTYPEINFORMATIONA
_NTMS_CHANGERTYPEINFORMATIONW
_zaw_ntms_changertypeinformation
base.ntms_changertypeinformation
fs.ntms_changertypeinformation
ntmsapi/NTMS_CHANGERTYPEINFORMATION
fs\ntms_changertypeinformation.htm
fs
49c219d7-5772-4868-80dd-ab1e1f1471b1
12/05/2018
FILE_DEVICE_CHANGER, NTMS_CHANGERTYPEINFORMATION, NTMS_CHANGERTYPEINFORMATION structure [Files], NTMS_CHANGERTYPEINFORMATIONA, NTMS_CHANGERTYPEINFORMATIONW, _NTMS_CHANGERTYPEINFORMATIONA, _NTMS_CHANGERTYPEINFORMATIONW, _zaw_ntms_changertypeinformation, base.ntms_changertypeinformation, fs.ntms_changertypeinformation, ntmsapi/NTMS_CHANGERTYPEINFORMATION
ntmsapi.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
NTMS_CHANGERTYPEINFORMATIONW
19H1
_NTMS_CHANGERTYPEINFORMATIONW
ntmsapi/_NTMS_CHANGERTYPEINFORMATIONW
NTMS_CHANGERTYPEINFORMATIONW
ntmsapi/NTMS_CHANGERTYPEINFORMATIONW
c++
APIRef
kbSyntax
HeaderDef
Ntmsapi.h
NTMS_CHANGERTYPEINFORMATION
NTMS_CHANGERTYPEINFORMATIONA
NTMS_CHANGERTYPEINFORMATIONW

NTMS_CHANGERTYPEINFORMATIONW structure

-description

[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.

-struct-fields

-field szVendor

Name of the vendor of the changer. This is acquired directly from the device inquiry data.

-field szProduct

Product name of the changer. This is acquired directly from the device inquiry data.

-field 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.

Note

The ntmsapi.h header defines NTMS_CHANGERTYPEINFORMATION as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.

-see-also

NTMS_OBJECTINFORMATION