// ks.h
PKSDEVICE KsFilterFactoryGetDevice(
[in] PKSFILTERFACTORY FilterFactory
);
View the official Windows Driver Kit DDI referenceNo description available.
The KsFilterFactoryGetDevice function returns the AVStream device to which FilterFactory belongs.
FilterFactory [in]A pointer to a KSFILTERFACTORY structure for which to find the corresponding AVStream device.
Returns a pointer to a KSDEVICE structure representing the AVStream device to which FilterFactory belongs.
This call is an inline function call to KsGetDevice.
For more information about the AVStream object hierarchy, see AVStream Overview.