// JP opened flex table

Click to See Complete Forum and Search --> : Waiting for an Interrupt from KMDF driver


zvivered
July 27th, 2008, 11:12 PM
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.

//JP added flex table