Re: about IRP IOCTL URB by Doron
Doron
Fri Jun 18 09:50:15 CDT 2004
get the server 2003 DDK, look at the bulkusb sample. Get Walter Oney's book
(2nd edition), it covers usb rather well.
the IOCTL is IOCTL_INTERNAL_USB_SUBMIT_USB, you put the URB in the next
stack location's Parameters.Others.Argument1 field.
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"changlezhang" <changlezhang@hotmail.com> wrote in message
news:cau5ml$1pq2$1@mail.cn99.com...
> I am a novice. I need to develop a drive for my USB device.I don't know
> what use the IOCTL and URB in the drive ,how OICTL and URB to contact
with
> the IRP
>
>