KsDeviceRegisterAggregatedClientUnknown function (ks.h)

This inline function is a wrapper for KsRegisterAggregatedClientUnknown.

Syntax

PUNKNOWN KsDeviceRegisterAggregatedClientUnknown(
  [in] PKSDEVICE Device,
  [in] PUNKNOWN  ClientUnknown
);

Parameters

[in] Device

A pointer to a KSDEVICE structure representing the specified AVStream device.

[in] ClientUnknown

A pointer to the client's undelegated IUnknown interface.

Return value

Returns the newly created aggregate object.

Remarks

This inline function 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