KsPinAddEvent - NtDoc

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

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

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KsPinAddEvent function

Description

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

Parameters

Pin [in]

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

EventEntry [in]

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

Remarks

This function is an inline function call to KsAddEvent.

See also

KSEVENT_ENTRY

KsAddEvent

KsDefaultAddEventHandler

KsFilterGenerateEvents

KsGenerateEvents

KsPinGenerateEvents