srb control

About this tag
The srb control tag on WindowsForum.com covers discussions about the SRB_IO_CONTROL structure used in Windows programming for SCSI device communication. Content includes code examples for iterating through SCSI slots, handling access violations, and using CreateFile with physical drive handles. Topics involve firmware requests, buffer management, and troubleshooting low-level storage interactions. This tag is relevant for developers working with Windows storage APIs, SCSI commands, and direct hardware access.
  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