Platform SDK: Removable Storage Manager |
The NTMS_DRIVETYPEINFORMATION data structure defines the properties specific to a type of drive supported by RSM.
typedef struct _NTMS_DRIVETYPEINFORMATION { TCHAR szVendor[NTMS_VENDORNAME_LENGTH]; TCHAR szProduct[NTMS_PRODUCTNAME_LENGTH]; DWORD NumberOfHeads; DWORD DeviceType; } NTMS_DRIVETYPEINFORMATION;
Value | Meaning |
---|---|
FILE_DEVICE_CD_ROM | CD-ROM device. |
FILE_DEVICE_DISK | Direct access device. |
FILE_DEVICE_DVD | DVD device |
FILE_DEVICE_TAPE | Sequential access device. |
The NTMS_DRIVETYPEINFORMATION data structure is part of the NTMS_OBJECTINFORMATION structure and is not used separately.
Windows NT/2000: Requires Windows 2000.
Header: Declared in Ntmsapi.h.