KsFilterGetDevice - NtDoc

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

PKSDEVICE KsFilterGetDevice(
  [in] PKSFILTER Filter
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KsFilterGetDevice function

Description

The KsFilterGetDevice function returns the AVStream device to which Filter belongs.

Parameters

Filter [in]

A pointer to the KSFILTER structure for which to find the owning AVStream device.

Return value

KsFilterGetDevice returns a pointer to the AVStream KSDEVICE structure to which Filter belongs.

Remarks

This call is an inline function call to KsGetDevice.

See also

KSDEVICE

KSFILTER

KsGetDevice