Type Alias pfnInternetGetProxyInfo

pub type pfnInternetGetProxyInfo = Option<unsafe extern "system" fn(lpszurl: PCSTR, dwurllength: u32, lpszurlhostname: PCSTR, dwurlhostnamelength: u32, lplpszproxyhostname: *mut PSTR, lpdwproxyhostnamelength: *mut u32) -> BOOL>;

Aliased Type§

pub enum pfnInternetGetProxyInfo {
    None,
    Some(unsafe extern "system" fn(PCSTR, u32, PCSTR, u32, *mut PSTR, *mut u32) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(PCSTR, u32, PCSTR, u32, *mut PSTR, *mut u32) -> BOOL)

Some value of type T.