Trait windows::Win32::System::Com::Urlmon::IBindProtocol_Impl

pub trait IBindProtocol_Impl: Sized {
    // Required method
    fn CreateBinding(
        &self,
        szurl: &PCWSTR,
        pbc: Option<&IBindCtx>,
    ) -> Result<IBinding>;
}

Required Methods§

fn CreateBinding( &self, szurl: &PCWSTR, pbc: Option<&IBindCtx>, ) -> Result<IBinding>

Object Safety§

This trait is not object safe.

Implementors§