KsPinRegisterAggregatedClientUnknown function (ks.h)
This inline function is a wrapper for KsRegisterAggregatedClientUnknown.
Syntax
PUNKNOWN KsPinRegisterAggregatedClientUnknown(
[in] PKSPIN Pin,
[in] PUNKNOWN ClientUnknown
);
Parameters
[in] Pin
A pointer to a KSPIN structure.
[in] ClientUnknown
A pointer to an IUnknown interface.
Return value
KsPinRegisterAggregatedClientUnknown returns the newly created aggregate object.
Remarks
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) |