enumerasi STORAGE_PROTOCOL_TYPE (ntddstor.h)

Enumerasi ini digunakan untuk menentukan berbagai protokol perintah penyimpanan yang digunakan antara perangkat lunak dan perangkat keras.

Sintaks

typedef enum _STORAGE_PROTOCOL_TYPE {
  ProtocolTypeUnknown,
  ProtocolTypeScsi,
  ProtocolTypeAta,
  ProtocolTypeNvme,
  ProtocolTypeSd,
  ProtocolTypeUfs,
  ProtocolTypeProprietary,
  ProtocolTypeMaxReserved
} STORAGE_PROTOCOL_TYPE, *PSTORAGE_PROTOCOL_TYPE;

Konstanta

 
ProtocolTypeUnknown
Jenis protokol tidak diketahui.
ProtocolTypeScsi
Jenis protokol SCSI.
ProtocolTypeAta
Jenis protokol ATA.
ProtocolTypeNvme
Jenis protokol NVMe.
ProtocolTypeSd
Jenis protokol SD.
ProtocolTypeUfs
Jenis protokol UFS.
ProtocolTypeProprietary
Jenis protokol khusus vendor.
ProtocolTypeMaxReserved
Dicadangkan.

Keterangan

Jenis protokol yang bernilai 128 (0x80) ke atas dicadangkan untuk penggunaan Microsoft.

Persyaratan

Persyaratan Nilai
Header ntddstor.h (termasuk Ntddstor.h)