Re: IOCTL and name events stuff
- From: Moty Michaely <Moty.Mi@xxxxxxxxx>
- Date: Fri, 01 Jun 2007 09:01:01 -0000
On Jun 1, 11:58 am, Eran.Ya...@xxxxxxxxx wrote:
On Jun 1, 8:51 am, Moty Michaely <Moty...@xxxxxxxxx> wrote:
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- Hide quoted text -
- Show quoted text -
Hello Moti and thanks for the reply.
I post it here because it's a C# specific question and I'm not sure if
I get replys specific to C#.
Hi,
True, but it worths to try :).
Moty
.
- References:
- IOCTL and name events stuff
- From: Eran . Yasso
- Re: IOCTL and name events stuff
- From: Moty Michaely
- Re: IOCTL and name events stuff
- From: Eran . Yasso
- IOCTL and name events stuff
- Prev by Date: Re: Encrypt values for a key in appsettings
- Next by Date: Re: Base And protected method
- Previous by thread: Re: IOCTL and name events stuff
- Next by thread: Re: IOCTL and name events stuff
- Index(es):
Relevant Pages
|