IKsAggregateControl::KsRemoveAggregate method (ksproxy.h)

The KsRemoveAggregate method removes a previously added COM server aggregate provider from the list of interface providers for the KS object that exposes the IKsAggregateControl interface.

Syntax

HRESULT KsRemoveAggregate(
  [in] REFGUID AggregateClass
);

Parameters

[in] AggregateClass

Identifies the COM server to remove.

Return value

Returns NOERROR if successful; otherwise, returns an error code.

Requirements

Requirement Value
Target Platform Desktop
Header ksproxy.h (include Ksproxy.h)

See also

IKsAggregateControl

IKsAggregateControl::KsAddAggregate