Struct windows_sys::Win32::Networking::WinHttp::WINHTTP_PROXY_RESULT_EX
#[repr(C)]pub struct WINHTTP_PROXY_RESULT_EX {
pub cEntries: u32,
pub pEntries: *mut WINHTTP_PROXY_RESULT_ENTRY,
pub hProxyDetectionHandle: HANDLE,
pub dwProxyInterfaceAffinity: u32,
}
Expand description
Required features: "Win32_Networking_WinHttp"
, "Win32_Foundation"
Fields§
§cEntries: u32
§pEntries: *mut WINHTTP_PROXY_RESULT_ENTRY
§hProxyDetectionHandle: HANDLE
§dwProxyInterfaceAffinity: u32