// scsiscan.h
// CTL_CODE(0x0019, 0x008, METHOD_OUT_DIRECT, FILE_ANY_ACCESS)
#define IOCTL_SCSISCAN_GET_INFO 0x00190022
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_SCSISCAN_GET_INFO I/O control code returns device information.
Set to NULL.
Set to 0.
Pointer to a SCSISCAN_INFO structure.
Size of output buffer.
Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful. Otherwise, Status to the appropriate error condition as a NTSTATUS code.
When the DeviceloControl function is called with the IOCTL_SCSISCAN_GET_INFO I/O control code, the caller must specify the address of a SCSISCAN_INFO structure as the function's lpOutbuffer parameter. The kernel-mode driver fills in the structure.
Creating IOCTL Requests in Drivers
WdfIoTargetSendInternalIoctlOthersSynchronously
WdfIoTargetSendInternalIoctlSynchronously
WdfIoTargetSendIoctlSynchronously