windows::Win32::System::Ole

Trait IParseDisplayName_Impl

pub trait IParseDisplayName_Impl: IUnknownImpl {
    // Required method
    fn ParseDisplayName(
        &self,
        pbc: Ref<'_, IBindCtx>,
        pszdisplayname: &PCWSTR,
        pcheaten: *mut u32,
        ppmkout: OutRef<'_, IMoniker>,
    ) -> Result<()>;
}

Required Methods§

fn ParseDisplayName( &self, pbc: Ref<'_, IBindCtx>, pszdisplayname: &PCWSTR, pcheaten: *mut u32, ppmkout: OutRef<'_, IMoniker>, ) -> 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§