// ks.h
PKSDEVICE KsFilterGetDevice(
[in] PKSFILTER Filter
);
View the official Windows Driver Kit DDI referenceNo description available.
The KsFilterGetDevice function returns the AVStream device to which Filter belongs.
Filter [in]A pointer to the KSFILTER structure for which to find the owning AVStream device.
KsFilterGetDevice returns a pointer to the AVStream KSDEVICE structure to which Filter belongs.
This call is an inline function call to KsGetDevice.