Re: IOCTL and name events stuff
- From: Moty Michaely <Moty.Mi@xxxxxxxxx>
- Date: Fri, 01 Jun 2007 05:51:11 -0000
On Jun 1, 7:49 am, Eran.Ya...@xxxxxxxxx wrote:
Hi all,
I need to write a GUI app which do the followings:
1. My app waits for events from other app(actually this is a network
adapter driver) running in kernel. The driver writes to file and
signal my app to read the file.
2. My app also need o communicate this the driver using IOCTL.
Can i do it in C#? can C# wait for events signaled from app written in
C\C++ app running in on kernel and sends messages to device using
IOCTL?
How complicated is it going to be? I'm quite noob in C# programming.
should I consider duing it in C|C++ which I am quite noob as well?
TIA,
Hi Eran,
I am not familiar with the device control API but I don't think there
should be a problem importing Device Control API in C# (As long as
it's used in user mode of course).
If you are familiar with the API, maybe this post can help you:
http://www.thescripts.com/forum/thread268027.html
By the way, you can also post your question at
microsoft.public.development.device.drivers newsgroup.
Hope this helps.
Cheers,
Moty
.
- Follow-Ups:
- Re: IOCTL and name events stuff
- From: Eran . Yasso
- Re: IOCTL and name events stuff
- References:
- IOCTL and name events stuff
- From: Eran . Yasso
- IOCTL and name events stuff
- Prev by Date: Re: FileSystemWatcher
- Next by Date: Re: Dynamic SQL instead of stored procs?
- Previous by thread: IOCTL and name events stuff
- Next by thread: Re: IOCTL and name events stuff
- Index(es):
Relevant Pages
|
|