scsi slots

About this tag
This tag covers discussions about SCSI slots, particularly in the context of programming and hardware interaction on Windows systems. The primary content involves troubleshooting access violations when iterating through SCSI HDDs using Windows API calls like CreateFile and SRB_IO_CONTROL structures. Topics include firmware slot information retrieval and buffer management for SCSI devices. The tag is relevant for developers working with low-level storage interfaces, firmware updates, or debugging SCSI-related code on Windows.
  1. E

    Windows 10 Access Violation When Iterating Through SCSI Slots

    I am getting an access violation when iterating through SCSI HDD's. I'm sure I'm doing something that needs a minor tweak to get it to work properly. Anyone have any ideas on why I'm getting an access violation every time? HANDLE handle = CreateFile("\\\\.\\PhysicalDrive1", GENERIC_READ |...
Back
Top