Struct windows_sys::Win32::Networking::WinInet::INTERNET_CREDENTIALS
[−]#[repr(C)]pub struct INTERNET_CREDENTIALS {
pub lpcwszHostName: PWSTR,
pub dwPort: u32,
pub dwScheme: u32,
pub lpcwszUrl: PWSTR,
pub lpcwszRealm: PWSTR,
pub fAuthIdentity: BOOL,
pub Anonymous: INTERNET_CREDENTIALS_0,
}Expand description
Required features: ‘Win32_Networking_WinInet’, ‘Win32_Foundation’
Fields
lpcwszHostName: PWSTRdwPort: u32dwScheme: u32lpcwszUrl: PWSTRlpcwszRealm: PWSTRfAuthIdentity: BOOLAnonymous: INTERNET_CREDENTIALS_0