My KMDF driver for my PCI card gets a PCI interrupt from external source.
The interrupt is properly handled in the driver.

In the user application driver I should call to CreateEvent and then to WaitForSingleObject in order to handle the interrupt in the user space.

What are the parameters for CreateEvent ? Can you send a sample code ?
Thanks.