#[repr(C)]pub struct WS_STRING_USERNAME_CREDENTIAL {
pub credential: WS_USERNAME_CREDENTIAL,
pub username: WS_STRING,
pub password: WS_STRING,
}Expand description
Required features: ‘Win32_Networking_WindowsWebServices’, ‘Win32_Foundation’
Fields
credential: WS_USERNAME_CREDENTIALusername: WS_STRINGpassword: WS_STRING