windows::Win32::System::RealTimeCommunications

Trait IRTCClientProvisioning2_Impl

pub trait IRTCClientProvisioning2_Impl: IRTCClientProvisioning_Impl {
    // Required method
    fn EnableProfileEx(
        &self,
        pprofile: Ref<'_, IRTCProfile>,
        lregisterflags: i32,
        lroamingflags: i32,
    ) -> Result<()>;
}

Required Methods§

fn EnableProfileEx( &self, pprofile: Ref<'_, IRTCProfile>, lregisterflags: i32, lroamingflags: i32, ) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§