2.2.2.27 STORAGE_MEDIA_TYPE
The STORAGE_MEDIA_TYPE enumeration defines the possible values of media type.
-
typedef enum STORAGE_MEDIA_TYPE { UNKNOWN = 0x00000000, DISK = 0x00000003, SSD = 0x00000004, SCM = 0x00000005 };
Unknown: The type of storage media is unknown.
Disk: The storage media is a hard disk.
SSD: The storage media is a flash disk.
SCM: The storage media is Storage Class Memory.