mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added ATA/ATAPI IDENTIFY DEVICE disk tags.
This commit is contained in:
@@ -1862,8 +1862,6 @@ namespace DiscImageChef.Decoders
|
||||
return null;
|
||||
}
|
||||
|
||||
//IdentifyDevice ATAID = new IdentifyDevice();
|
||||
|
||||
IntPtr ptr = Marshal.AllocHGlobal(512);
|
||||
Marshal.Copy(IdentifyDeviceResponse, 0, ptr, 512);
|
||||
IdentifyDevice ATAID = (IdentifyDevice)Marshal.PtrToStructure(ptr, typeof(IdentifyDevice));
|
||||
|
||||
Reference in New Issue
Block a user