Trait windows::Win32::Networking::WinHttp::IWinHttpRequestEvents_Impl
pub trait IWinHttpRequestEvents_Impl: Sized {
// Required methods
fn OnResponseStart(&self, status: i32, contenttype: &BSTR);
fn OnResponseDataAvailable(&self, data: *const *const SAFEARRAY);
fn OnResponseFinished(&self);
fn OnError(&self, errornumber: i32, errordescription: &BSTR);
}
Required Methods§
fn OnResponseStart(&self, status: i32, contenttype: &BSTR)
fn OnResponseDataAvailable(&self, data: *const *const SAFEARRAY)
fn OnResponseFinished(&self)
fn OnError(&self, errornumber: i32, errordescription: &BSTR)
Object Safety§
This trait is not object safe.