Hi, all!
I am writing a FS filter driver. I want to send IRPs to USB filter driver, but I don’t know
how to send IRPs to USB?
Can someone help me? Thanks in advance!
Hi, all!
I am writing a FS filter driver. I want to send IRPs to USB filter driver, but I don’t know
how to send IRPs to USB?
Can someone help me? Thanks in advance!
No one answered your question the last time you ask this. Why do you
think it will be different this time?
You simply dont give enough information to answer your question.
What IRP are you trying to send? Is it your USB driver?
Explain what you are trying to do in more detail and people may try and
help.
Ben
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
headium2006@163.com
Sent: 28 September 2006 13:41
To: Windows File Systems Devs Interest List
Subject: [ntfsd] How can I send IRPs to USB driver?
Hi, all!
I am writing a FS filter driver. I want to send IRPs to USB filter
driver, but I don’t know
how to send IRPs to USB?
Can someone help me? Thanks in advance!
Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17
You are currently subscribed to ntfsd as: xxxxx@des.co.uk
To unsubscribe send a blank email to xxxxx@lists.osr.com
IoCallDriver is how one sends IRPs to a driver.
Tony
Tony Mason
Consulting Partner
OSR Open Systems Resources, Inc.
http://www.osr.com
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of headium2006@163.com
Sent: Thursday, September 28, 2006 5:41 AM
To: ntfsd redirect
Subject: [ntfsd] How can I send IRPs to USB driver?
Hi, all!
I am writing a FS filter driver. I want to send IRPs to USB filter
driver, but I don’t know
how to send IRPs to USB?
Can someone help me? Thanks in advance!
Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17
You are currently subscribed to ntfsd as: xxxxx@osr.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
Thanks Tony!
In fact, I just want to send some special info to my USB device. While my driver is upper the FSD, so it seems that I have to send IRPs to USB driver. But I don’t know whether all the IRPs sent to USB driver can be sent to my USB device or nnt? Should I create some special packets?
Try using device control calls to your device then. That’s the “escape”
mechanism that allows you to call with whatever private protocol you
wish to develop.
Tony
Tony Mason
Consulting Partner
OSR Open Systems Resources, Inc.
http://www.osr.com
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of headium2006@163.com
Sent: Thursday, September 28, 2006 5:02 PM
To: ntfsd redirect
Subject: RE:[ntfsd] How can I send IRPs to USB driver?
Thanks Tony!
In fact, I just want to send some special info to my USB device. While
my driver is upper the FSD, so it seems that I have to send IRPs to USB
driver. But I don’t know whether all the IRPs sent to USB driver can be
sent to my USB device or nnt? Should I create some special packets?
Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17
You are currently subscribed to ntfsd as: xxxxx@osr.com
To unsubscribe send a blank email to xxxxx@lists.osr.com