@msdn=https://docs.microsoft.com/en-us/windows/win32/api/winioctl/ns-winioctl-storage_protocol_data_descriptor @pinvoke=http://pinvoke.net/$$$.htm Summary: This structure is used in conjunction with [IOCTL_STORAGE_QUERY_PROPERTY] to return protocol-specific data from a storage device or adapter. !!!!C# Definition: [StructLayout(LayoutKind.Sequential)] struct STORAGE_PROTOCOL_DATA_DESCRIPTOR { public uint Version; public uint Size; public STORAGE_PROTOCOL_SPECIFIC_DATA ProtocolSpecificData; } !!!!VB Definition: Structure STORAGE_PROTOCOL_DATA_DESCRIPTOR Public TODO End Structure !!!!User-Defined Field Types: [STORAGE_PROTOCOL_SPECIFIC_DATA] !!!!Notes: None. Documentation: STORAGE_PROTOCOL_DATA_DESCRIPTOR@msdn on MSDN
Edit Structures.STORAG...
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.