// ks.h
PUNKNOWN KsPinGetOuterUnknown(
[in] PKSPIN Pin
);
View the official Windows Driver Kit DDI reference
No description available.
The KsPinGetOuterUnknown function returns the outer IUnknown of the pin specified by Pin.
Pin
[in]A pointer to the KSPIN structure for which to return the outer IUnknown.
KsPinGetOuterUnknown returns a pointer to the outer IUnknown interface of Pin. This can subsequently be used to query for other interfaces.
KsPinGetOuterUnknown is an inline function call to KsGetOuterUnknown.
KsFilterFactoryGetOuterUnknown
KsRegisterAggregatedClientUnknown