// ks.h
KSDDKAPI PKSGATE KsPinGetAndGate(
[in] PKSPIN Pin
);
View the official Windows Driver Kit DDI referenceNo description available.
The KsPinGetAndGate function returns the processing control gate for Pin.
Pin [in]A pointer to the KSPIN for which to return the processing control gate.
Returns a pointer to the KSGATE representing the processing control gate for Pin.
For more information, see Flow Control Gates in AVStream.