pfnInternetGetProxyInfo

Type Alias pfnInternetGetProxyInfo 

Source
pub type pfnInternetGetProxyInfo = Option<unsafe extern "system" fn(LPCSTR, DWORD, LPSTR, DWORD, *mut LPSTR, LPDWORD) -> BOOL>;

Aliased Type§

pub enum pfnInternetGetProxyInfo {
    None,
    Some(unsafe extern "system" fn(*const i8, u32, *mut i8, u32, *mut *mut i8, *mut u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const i8, u32, *mut i8, u32, *mut *mut i8, *mut u32) -> i32)

Some value of type T.