I’m reverse engineering the manufactory driver to build my own custom driver and I’ve come across an odd IOCTRL Request code and was wondering if anyone has seen this one before?
The IOCTRL code is: 1B0013
When I first started looking up this code and found out that 1B was the serial port device, I though that was odd, Because the device that is open is the SCSI port and not the Serial port.
The IoBuildDeviceIoControlRequest is:
Irp = IoBuildDeviceIoControlRequest(0x1B0013, DeviceObject, NULL, 0, NULL, 0, TRUE, &Event, &StatusBlock);
Thanks,
Weston Fryatt