#[repr(C)]pub struct INTERNET_SERVER_CONNECTION_STATE {
pub lpcwszHostName: PCWSTR,
pub fProxy: BOOL,
pub dwCounter: u32,
pub dwConnectionLimit: u32,
pub dwAvailableCreates: u32,
pub dwAvailableKeepAlives: u32,
pub dwActiveConnections: u32,
pub dwWaiters: u32,
}Expand description
Required features: "Win32_Networking_WinInet", "Win32_Foundation"
Fields§
§lpcwszHostName: PCWSTR§fProxy: BOOL§dwCounter: u32§dwConnectionLimit: u32§dwAvailableCreates: u32§dwAvailableKeepAlives: u32§dwActiveConnections: u32§dwWaiters: u32