Discussion:
SRB_IO_CONTROL ioctl call from user application
(too old to reply)
hitesh
2010-08-16 10:55:10 UTC
Permalink
hi all,
i tried to send the command IOCTL_SCSI_MINIPORT in scsi device and it
is working fine.
but i am facing error with storport miniport driver.

in scsi miniport driver i am taking handle with \\.\PHYSICALDRIVE# and
it works but i found from web that it doesnt work with storport
miniport driver.
as we have to get the handle with \\.\SCSI#.

is it the only way to get the handle in storport?

is it possible to create handle with the disk number of the driver
letter like \\.\PHYSICALDRIVE# or \\.\D: and send IOCTL_SCSI_MINIPORT
call to miniport driver?

please help me,
thanks,
Hitesh
hitesh
2010-08-18 13:07:12 UTC
Permalink
Post by hitesh
hi all,
i tried to send the command IOCTL_SCSI_MINIPORT in scsi device and it
is working fine.
but i am facing error with storport miniport driver.
in scsi miniport driver i am taking handle with \\.\PHYSICALDRIVE# and
it works but i found from web that it doesnt work with storport
miniport driver.
as we have to get the handle with \\.\SCSI#.
is it the only way to get the handle in storport?
is it possible to create handle with the disk number of the driver
letter like \\.\PHYSICALDRIVE# or \\.\D: and send IOCTL_SCSI_MINIPORT
call to miniport driver?
please help me,
thanks,
Hitesh
nobody answered the question,
can anybody help me?
thanks

Loading...