@msdn=https://docs.microsoft.com/en-us/windows/win32/api/winioctl/ne-winioctl-storage_protocol_type @pinvoke=http://pinvoke.net/$$$.htm 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: STORAGE_PROTOCOL_TYPE@msdn on MSDN
Edit Enums.STORAGE_PRO...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.