Type Alias windows::Win32::Networking::WinInet::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§
enum pfnInternetGetProxyInfo {
None,
Some(unsafe extern "system" fn(_: PCSTR, _: u32, _: PCSTR, _: u32, _: *mut PSTR, _: *mut u32) -> BOOL),
}