pub trait IKsAggregateControl_Impl: Sized {
    // Required methods
    fn KsAddAggregate(&self, aggregateclass: *const GUID) -> Result<()>;
    fn KsRemoveAggregate(&self, aggregateclass: *const GUID) -> Result<()>;
}

Required Methods§

fn KsAddAggregate(&self, aggregateclass: *const GUID) -> Result<()>

fn KsRemoveAggregate(&self, aggregateclass: *const GUID) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§