Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to handle an event raised from a kernel-level driver written in C++ from C# code
If it was C++, I could use the following function:
C++
DWORD WINAPI WaitForSingleObject(
  __in  HANDLE hHandle,
  __in  DWORD dwMilliseconds
);

Is there an alternative for this function in C#?
Posted

1 solution

Did you search google yet? if no then hit it.

anyway, follow the link it might help you
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900