This could change with Vista as "user mode" managed drivers will be more
common. NDIS probably will not go user mode (nor vid drivers), but there
may be some other ways of calling it or calling some filter driver in
managed code. Should be interesting.
--
William Stacey [MVP]
|
| || hai all,
|| can any one specify how to call NDIS from c#?im new to NDIS .can anyone
|| tell where to start ?
||
|
| You cannot talk to NDIS from managed code, only drivers can do it, this is
| not the domain of managed languages this is C++ only.
|
| Willy.
|
|
These kind of devices will stay in kernel mode, UMDF is only for stuff like
removable media devices on USB or IEEE1384 like cameras, media player PAD's
etc
Willy.
| This could change with Vista as "user mode" managed drivers will be more
| common. NDIS probably will not go user mode (nor vid drivers), but there
| may be some other ways of calling it or calling some filter driver in
| managed code. Should be interesting.
|
| --
| William Stacey [MVP]
|
| ||
|| ||| hai all,
||| can any one specify how to call NDIS from c#?im new to NDIS .can anyone
||| tell where to start ?
|||
||
|| You cannot talk to NDIS from managed code, only drivers can do it, this
is
|| not the domain of managed languages this is C++ only.
||
|| Willy.
||
||
|
|
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.