#[repr(C)]pub struct INTERNET_SERVER_CONNECTION_STATE {
pub lpcwszHostName: PWSTR,
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: PWSTRfProxy: BOOLdwCounter: u32dwConnectionLimit: u32dwAvailableCreates: u32dwAvailableKeepAlives: u32dwActiveConnections: u32dwWaiters: u32