pub trait IInfoListenerTrait {
    // Required method
    unsafe fn setChannelContextInfos(
        &self,
        list: *mut IAttributeList
    ) -> tresult;
}

Required Methods§

Implementors§