STORAGE_ICE_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddstor.h

typedef enum _STORAGE_ICE_TYPE {
  StorageIceTypeUnknown,
  StorageIceTypeUfs,
  StorageIceTypeNvme
} STORAGE_ICE_TYPE, *PSTORAGE_ICE_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddstor-storage_ice_type)

Description

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

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.

Remarks

See also