is there any example of an c# application that's communicates with a minifilter via communication port?

thx

link|improve this question
feedback

1 Answer

I suggest you to use C# import a dll file.

I've tried to use c# directly to communicate with the driver, it is a mess.

The sample provide by WDK is excellent for studying.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.