windows::Win32::Media::Speech

Trait ISpObjectTokenInit_Impl

pub trait ISpObjectTokenInit_Impl: ISpObjectToken_Impl {
    // Required method
    fn InitFromDataKey(
        &self,
        pszcategoryid: &PCWSTR,
        psztokenid: &PCWSTR,
        pdatakey: Ref<'_, ISpDataKey>,
    ) -> Result<()>;
}

Required Methods§

fn InitFromDataKey( &self, pszcategoryid: &PCWSTR, psztokenid: &PCWSTR, pdatakey: Ref<'_, ISpDataKey>, ) -> 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§