KsFilterFactoryGetDevice - NtDoc

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

PKSDEVICE KsFilterFactoryGetDevice(
  [in] PKSFILTERFACTORY FilterFactory
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KsFilterFactoryGetDevice function

Description

The KsFilterFactoryGetDevice function returns the AVStream device to which FilterFactory belongs.

Parameters

FilterFactory [in]

A pointer to a KSFILTERFACTORY structure for which to find the corresponding AVStream device.

Return value

Returns a pointer to a KSDEVICE structure representing the AVStream device to which FilterFactory belongs.

Remarks

This call is an inline function call to KsGetDevice.

For more information about the AVStream object hierarchy, see AVStream Overview.

See also

KSDEVICE

KSFILTERFACTORY

KsGetDevice