windows::Win32::System::Com::Urlmon

Trait IInternetProtocolEx_Impl

pub trait IInternetProtocolEx_Impl: IInternetProtocol_Impl {
    // Required method
    fn StartEx(
        &self,
        puri: Ref<'_, IUri>,
        poiprotsink: Ref<'_, IInternetProtocolSink>,
        poibindinfo: Ref<'_, IInternetBindInfo>,
        grfpi: u32,
        dwreserved: HANDLE_PTR,
    ) -> Result<()>;
}

Required Methods§

fn StartEx( &self, puri: Ref<'_, IUri>, poiprotsink: Ref<'_, IInternetProtocolSink>, poibindinfo: Ref<'_, IInternetBindInfo>, grfpi: u32, dwreserved: HANDLE_PTR, ) -> 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§