KsFilterFactoryRegisterAggregatedClientUnknown function (ks.h)

This inline function is a wrapper for KsRegisterAggregatedClientUnknown.

Syntax

PUNKNOWN KsFilterFactoryRegisterAggregatedClientUnknown(
  [in] PKSFILTERFACTORY FilterFactory,
  [in] PUNKNOWN         ClientUnknown
);

Parameters

[in] FilterFactory

A pointer to the KSFILTERFACTORY structure that represents the specified AVStream filter factory.

[in] ClientUnknown

A pointer to the client IUnknown interface.

Return value

KsFilterFactoryRegisterAggregatedClientUnknown returns a pointer to the IUnknown interface of the newly created aggregate object.

Remarks

Note that this inline function only performs a typecast and then calls KsRegisterAggregatedClientUnknown.

Requirements

Requirement Value
Minimum supported client Available in Microsoft Windows XP and later operating systems and DirectX 8.0 and later DirectX versions.
Target Platform Desktop
Header ks.h (include Ks.h)

See also

KsRegisterAggregatedClientUnknown