Trait windows::Win32::Networking::WinInet::IDialEventSink_Impl

pub trait IDialEventSink_Impl: Sized {
    // Required method
    fn OnEvent(&self, dwevent: u32, dwstatus: u32) -> Result<()>;
}

Required Methods§

fn OnEvent(&self, dwevent: u32, dwstatus: u32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§