INTERNET_STATUS_CALLBACK

Type Alias INTERNET_STATUS_CALLBACK 

Source
pub type INTERNET_STATUS_CALLBACK = Option<unsafe extern "system" fn(hInternet: HINTERNET, dwContext: usize, dwInternetStatus: u32, lpvStatusInformation: LPVOID, dwStatusInformationLength: u32)>;

Aliased Type§

pub enum INTERNET_STATUS_CALLBACK {
    None,
    Some(unsafe extern "system" fn(*mut c_void, usize, u32, *mut c_void, u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut c_void, usize, u32, *mut c_void, u32))

Some value of type T.