// video.h
VIDEOPORT_API VOID VideoPortClearEvent(
[in] IN PVOID HwDeviceExtension,
[in] IN PEVENT pEvent
);
View the official Windows Driver Kit DDI referenceNo description available.
The VideoPortClearEvent function sets a given event object to the nonsignaled state.
HwDeviceExtension [in]Pointer to the miniport driver's device extension.
pEvent [in]Pointer to the event object.
None
To set the state of an event object to the signaled state, use VideoPortSetEvent.