KsFilterGetOuterUnknown - NtDoc

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

PUNKNOWN KsFilterGetOuterUnknown(
  [in] PKSFILTER Filter
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KsFilterGetOuterUnknown function

Description

The KsFilterGetOuterUnknown function returns the outer IUnknown interface of the filter specified by Filter.

Parameters

Filter [in]

A pointer to the KSFILTER structure for which to return the outer IUnknown.

Return value

KsFilterGetOuterUnknown returns a pointer to the outer IUknown interface of Filter. The interface can then be used to query for other interfaces, or it can be used in conjunction with a KsXxxRegisterAggregatedClientUnknown call to cause Filter to aggregate a minidriver supplied COM object.

Remarks

This call is an inline function call to KsGetOuterUnknown.

See also

AVStream Overview

IKsControl

KsFilterRegisterAggregatedClientUnknown

KsGetOuterUnknown

KsPinGetOuterUnknown

KsPinRegisterAggregatedClientUnknown

KsRegisterAggregatedClientUnknown