How to handle events raised from a kernel-level driver written in C++ from C# code
Posted Date Unknown Deepak Joy 5 Comments

I've two parts in my project. One is a kernel mode driver written in C++ and the other is Windows application written in C#. I've raised an event from the C++ kernel mode driver and I need to handle that event from my C# application. If I was coding in C++ I could use the following function

DWORD WINAPI WaitForSingleObject(
  __in  HANDLE hHandle,
  __in  DWORD dwMilliseconds
);

Is there an alternative to this function in C# ?


TekTipsDownload
GateExam
Academic Projects
TekTipsExperts



 
Site optimized for IE7, 1280 X 768 and above. Copyright © 2010 - 2018 KTS InfoTech
Site Developed Using KTS WebCloud