filter driver dynamic load and unload

hello!
such as the examples of “ctrl2cap”, i must
reboot to start it and stop it too.
the filter driver should not create his name
in the driver table, how can we find its information in system.
just like other driver in (My Computer->manage->Device Manager)
to find and start stop it.
now all its information that i just can find its information is
in registry table and file in the “C:\winnt\system32\drivers\ctrl2cap.sys”

you can create a symbolic link for your filter driver in its DriverEntry function.maybe you can use Service API to control filter driver ,just like Starting or Stopping a service. I just created one TDI filter driver by this way and by symbolic link string i can use DeviceIoControl to interoperate with it.
good luck
prfone.

----- Original Message -----
From: “jack yang”
To: “NT Developers Interest List”
Sent: Saturday, August 24, 2002 6:05 AM
Subject: [ntdev] filter driver dynamic load and unload

> hello!
> such as the examples of “ctrl2cap”, i must
> reboot to start it and stop it too.
> the filter driver should not create his name
> in the driver table, how can we find its information in system.
> just like other driver in (My Computer->manage->Device Manager)
> to find and start stop it.
> now all its information that i just can find its information is
> in registry table and file in the “C:\winnt\system32\drivers\ctrl2cap.sys”
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@zkpacs.com.cn
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>