| * This file has no copyright assigned and is placed in the Public Domain. |
| * This file is part of the w64 mingw-runtime package. |
| * No warranty is given; refer to the file DISCLAIMER.PD within this package. |
| typedef struct _VDS_INTERCONNECT { |
| VDS_INTERCONNECT_ADDRESS_TYPE m_addressType; |
| ULONG m_cbPort; BYTE* m_pbPort; |
| typedef struct _VDS_LUN_INFORMATION { |
| BYTE m_DeviceTypeModifier; |
| WINBOOL m_bCommandQueueing; |
| VDS_STORAGE_BUS_TYPE m_BusType; |
| char* m_szProductRevision; |
| VDS_STORAGE_DEVICE_ID_DESCRIPTOR m_deviceIdDescriptor; |
| VDS_INTERCONNECT *m_rgInterconnects; |