Completed Windows enumerations.

This commit is contained in:
2015-10-06 18:27:38 +01:00
parent 87fa088e84
commit fa64ba56c6
4 changed files with 247 additions and 23 deletions

View File

@@ -15,7 +15,8 @@ namespace DiscImageChef.Devices.Windows
public byte Lun;
public byte CdbLength;
public byte SenseInfoLength;
public byte DataIn;
[MarshalAs(UnmanagedType.U1)]
public ScsiIoctlDirection DataIn;
public uint DataTransferLength;
public uint TimeOutValue;
public IntPtr DataBuffer;