STORAGE_PROTOCOL_TYPE (Enums)
Last changed: -213.33.116.175

.
Summary
Specifies the protocol of a storage device.

C# Definition:

enum STORAGE_PROTOCOL_TYPE {
    ProtocolTypeUnknown = 0x00,
    ProtocolTypeScsi,
    ProtocolTypeAta,
    ProtocolTypeNvme,
    ProtocolTypeSd,
    ProtocolTypeUfs,
    ProtocolTypeProprietary = 0x7E,
    ProtocolTypeMaxReserved = 0x7F
}

VB Definition:

Enum STORAGE_PROTOCOL_TYPE
   TODO
End Enum

Notes:

None.

Documentation