Condividi tramite


Metodo IKsAggregateControl::KsRemoveAggregate (ksproxy.h)

Il metodo KsRemoveAggregate rimuove un provider di aggregazione server COM aggiunto in precedenza dall'elenco di provider di interfacce per l'oggetto KS che espone l'interfaccia IKsAggregateControl .

Sintassi

HRESULT KsRemoveAggregate(
  [in] REFGUID AggregateClass
);

Parametri

[in] AggregateClass

Identifica il server COM da rimuovere.

Valore restituito

Restituisce NOERROR se ha esito positivo; in caso contrario, restituisce un codice di errore.

Requisiti

Requisito Valore
Piattaforma di destinazione Desktop
Intestazione ksproxy.h (includere Ksproxy.h)

Vedi anche

IKsAggregateControl

IKsAggregateControl::KsAddAggregate