pub trait IInternetProtocolEx_Impl: Sized + IInternetProtocol_Impl {
// Required method
fn StartEx(
&self,
puri: Option<&IUri>,
poiprotsink: Option<&IInternetProtocolSink>,
poibindinfo: Option<&IInternetBindInfo>,
grfpi: u32,
dwreserved: HANDLE_PTR,
) -> Result<()>;
}
Required Methods§
fn StartEx( &self, puri: Option<&IUri>, poiprotsink: Option<&IInternetProtocolSink>, poibindinfo: Option<&IInternetBindInfo>, grfpi: u32, dwreserved: HANDLE_PTR, ) -> Result<()>
Object Safety§
This trait is not object safe.