windows::Win32::Media::WindowsMediaFormat

Trait IWMIndexer_Impl

pub trait IWMIndexer_Impl: IUnknownImpl {
    // Required methods
    fn StartIndexing(
        &self,
        pwszurl: &PCWSTR,
        pcallback: Ref<'_, IWMStatusCallback>,
        pvcontext: *const c_void,
    ) -> Result<()>;
    fn Cancel(&self) -> Result<()>;
}

Required Methods§

fn StartIndexing( &self, pwszurl: &PCWSTR, pcallback: Ref<'_, IWMStatusCallback>, pvcontext: *const c_void, ) -> Result<()>

fn Cancel(&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§