Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The KsFilterAddEvent function adds an event to Filter's event list.
Syntax
void KsFilterAddEvent(
[in] PKSFILTER Filter,
[in] PKSEVENT_ENTRY EventEntry
);
Parameters
[in] Filter
A pointer to a KSFILTER structure representing the filter to which to add a specified event.
[in] EventEntry
A pointer to an KSEVENT_ENTRY structure describing the event to add to Filter.
Return value
None
Remarks
This function is an inline function call to KsAddEvent.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Microsoft Windows XP and later operating systems and DirectX 8.0 and later DirectX versions. |
Target Platform | Desktop |
Header | ks.h (include Ks.h) |
IRQL | PASSIVE_LEVEL |