// ks.h
void KsPinAddEvent(
[in] PKSPIN Pin,
[in] PKSEVENT_ENTRY EventEntry
);
View the official Windows Driver Kit DDI reference
No description available.
The KsPinAddEvent function adds a specified event to Pin's event list.
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.
This function is an inline function call to KsAddEvent.