windows::Win32::Media::WindowsMediaFormat

Trait IWMLicenseRestore_Impl

pub trait IWMLicenseRestore_Impl: IUnknownImpl {
    // Required methods
    fn RestoreLicenses(
        &self,
        dwflags: u32,
        pcallback: Ref<'_, IWMStatusCallback>,
    ) -> Result<()>;
    fn CancelLicenseRestore(&self) -> Result<()>;
}

Required Methods§

fn RestoreLicenses( &self, dwflags: u32, pcallback: Ref<'_, IWMStatusCallback>, ) -> Result<()>

fn CancelLicenseRestore(&self) -> 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§