// ks.h
PUNKNOWN KsDeviceGetOuterUnknown(
[in] PKSDEVICE Device
);
View the official Windows Driver Kit DDI reference
No description available.
The KsDeviceGetOuterUnknown function returns the outer IUnknown of the AVStream device specified by Device.
Device
[in]A pointer to a KSDEVICE structure for which to get the outer unknown interface.
Returns a pointer to an outer IUnknown of Device. This interface can then be used to query for other interfaces.
This call is an inline function call to KsGetOuterUnknown.
KsFilterFactoryGetOuterUnknown
KsRegisterAggregatedClientUnknown