STORAGE_ICE_TYPE enumeration (ntddstor.h)

The STORAGE_ICE_TYPE enum indicates the ICE type of the storage device.

Syntax

typedef enum _STORAGE_ICE_TYPE {
  StorageIceTypeUnknown,
  StorageIceTypeUfs,
  StorageIceTypeNvme
} STORAGE_ICE_TYPE, *PSTORAGE_ICE_TYPE;

Constants

 
StorageIceTypeUnknown
Specifies that the ICE type is unknown.
StorageIceTypeUfs
Specifies a Universal Flash Storage (UFS) ICE type.
StorageIceTypeNvme
Specifies a Non-Volatile Memory express (NVMe) ICE type.

Requirements

Requirement Value
Header ntddstor.h