KsPinAddEvent function (ks.h)

The KsPinAddEvent function adds a specified event to Pin's event list.

Syntax

void KsPinAddEvent(
  [in] PKSPIN         Pin,
  [in] PKSEVENT_ENTRY EventEntry
);

Parameters

[in] Pin

A pointer to the KSPIN structure to which to add a specified event.

[in] EventEntry

A pointer to a KSEVENT_ENTRY structure describing the event to add to Pin.

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

See also

KSEVENT_ENTRY

KsAddEvent

KsDefaultAddEventHandler

KsFilterGenerateEvents

KsGenerateEvents

KsPinGenerateEvents