Hello all,
I have changed my NDIS WAN protocol driver code from a normal NT
kernel driver to WDM interface and now I try to install the driver.
For the first test’s I use the installation sample (with COM
interface) from DDK. The installation process is successfully, but
no driver is started and no pnp entry exits in the registry, so I
cannot use the DiSetupXXX function to start the driver itself.
Net start (I know this is not ok) start and
and unload the driver.
Only when I change the WDM driver binary to kernel driver binary
and use net start all is fine. So I assume
NDIS protocol driver != WDM driver ???
any suggestions?
elli
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com