Struct windows_sys::Win32::Security::Authentication::Identity::KERB_INTERACTIVE_LOGON
#[repr(C)]pub struct KERB_INTERACTIVE_LOGON {
pub MessageType: KERB_LOGON_SUBMIT_TYPE,
pub LogonDomainName: UNICODE_STRING,
pub UserName: UNICODE_STRING,
pub Password: UNICODE_STRING,
}Expand description
Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"
Fields§
§MessageType: KERB_LOGON_SUBMIT_TYPE§LogonDomainName: UNICODE_STRING§UserName: UNICODE_STRING§Password: UNICODE_STRING