KsFilterAddEvent - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ks.h

void KsFilterAddEvent(
  [in] PKSFILTER      Filter,
  [in] PKSEVENT_ENTRY EventEntry
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ks-ksfilteraddevent)

KsFilterAddEvent function

Description

The KsFilterAddEvent function adds an event to Filter's event list.

Parameters

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.

Remarks

This function is an inline function call to KsAddEvent.

See also

KSEVENT_ENTRY

KsAddEvent

KsGenerateEvents