Communication between FS filter and USB WMD driver.

Hi all,
Here is a case:
I have a FS filter driver and an USB WDM driver, both of them launching on Windows XP. Is there any way that they can talk each other? Thanks for any help.

Cary

You can either setup entry points in the device extension and call
directly between them. Or you can call via IOCtls using IOCallDriver().
Or using an interface GUID mechanism as in the toaster example.

Pete

Peter Scott

xxxxx@KernelDrivers.com

http://www.KernelDrivers.com

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Cary Fu
Sent: Wednesday, May 22, 2002 1:31 PM
To: File Systems Developers
Subject: [ntfsd] Communication between FS filter and USB WMD driver.

Hi all,

Here is a case:

I have a FS filter driver and an USB WDM driver, both of them
launching on Windows XP. Is there any way that they can talk each other?
Thanks for any help.

Cary


You are currently subscribed to ntfsd as: xxxxx@KernelDrivers.com
To unsubscribe send a blank email to %%email.unsub%%

PnP device interface and device interface arrival notification can help.

Max

----- Original Message -----
From: Cary Fu
To: File Systems Developers
Sent: Wednesday, May 22, 2002 11:30 PM
Subject: [ntfsd] Communication between FS filter and USB WMD driver.

Hi all,
Here is a case:
I have a FS filter driver and an USB WDM driver, both of them launching on Windows XP. Is there any way that they can talk each other? Thanks for any help.

Cary

You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
To unsubscribe send a blank email to %%email.unsub%%