Struct windows_sys::Win32::Networking::WinHttp::WINHTTP_CONNECTION_INFO
#[repr(C)]pub struct WINHTTP_CONNECTION_INFO {
pub cbSize: u32,
pub LocalAddress: SOCKADDR_STORAGE,
pub RemoteAddress: SOCKADDR_STORAGE,
}
Expand description
Required features: "Win32_Networking_WinHttp"
, "Win32_Foundation"
, "Win32_Networking_WinSock"
Fields§
§cbSize: u32
§LocalAddress: SOCKADDR_STORAGE
§RemoteAddress: SOCKADDR_STORAGE