KsPinGetOuterUnknown - NtDoc

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

PUNKNOWN KsPinGetOuterUnknown(
  [in] PKSPIN Pin
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KsPinGetOuterUnknown function

Description

The KsPinGetOuterUnknown function returns the outer IUnknown of the pin specified by Pin.

Parameters

Pin [in]

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

Return value

KsPinGetOuterUnknown returns a pointer to the outer IUnknown interface of Pin. This can subsequently be used to query for other interfaces.

Remarks

KsPinGetOuterUnknown is an inline function call to KsGetOuterUnknown.

See also

AVStream Overview

IKsControl

KsDeviceGetOuterUnknown

KsFilterFactoryGetOuterUnknown

KsFilterGetOuterUnknown

KsGetOuterUnknown

KsRegisterAggregatedClientUnknown