Struct windows_sys::Win32::Networking::WinInet::INTERNET_CREDENTIALS
#[repr(C)]pub struct INTERNET_CREDENTIALS {
pub lpcwszHostName: PCWSTR,
pub dwPort: u32,
pub dwScheme: u32,
pub lpcwszUrl: PCWSTR,
pub lpcwszRealm: PCWSTR,
pub fAuthIdentity: BOOL,
pub Anonymous: INTERNET_CREDENTIALS_0,
}
Expand description
Required features: "Win32_Networking_WinInet"
, "Win32_Foundation"
Fields§
§lpcwszHostName: PCWSTR
§dwPort: u32
§dwScheme: u32
§lpcwszUrl: PCWSTR
§lpcwszRealm: PCWSTR
§fAuthIdentity: BOOL
§Anonymous: INTERNET_CREDENTIALS_0