// ks.h
void KsFilterAddEvent(
[in] PKSFILTER Filter,
[in] PKSEVENT_ENTRY EventEntry
);
View the official Windows Driver Kit DDI reference
No description available.
The KsFilterAddEvent function adds an event to Filter's event list.
Filter
[in]A pointer to a KSFILTER structure representing the filter to which to add a specified event.
EventEntry
[in]A pointer to an KSEVENT_ENTRY structure describing the event to add to Filter.
This function is an inline function call to KsAddEvent.