Struct windows_sys::Win32::Networking::WinInet::WININET_PROXY_INFO_LIST
[−]#[repr(C)]pub struct WININET_PROXY_INFO_LIST {
pub dwProxyInfoCount: u32,
pub pProxyInfo: *mut WININET_PROXY_INFO,
}Expand description
Required features: ‘Win32_Networking_WinInet’, ‘Win32_Foundation’
Fields
dwProxyInfoCount: u32pProxyInfo: *mut WININET_PROXY_INFO