KsFilterRegisterAggregatedClientUnknown function (ks.h)

This inline function is a wrapper for KsRegisterAggregatedClientUnknown.

Syntax

PUNKNOWN KsFilterRegisterAggregatedClientUnknown(
  [in] PKSFILTER Filter,
  [in] PUNKNOWN  ClientUnknown
);

Parameters

[in] Filter

A pointer to the specified AVStream KSFILTER structure.

[in] ClientUnknown

The client IUnknown interface object.

Return value

KsFilterRegisterAggregatedClientUnknown returns a pointer to an IUnknown interface representing 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