Struct windows_sys::Win32::Security::Authentication::Identity::MSV1_0_LM20_LOGON
#[repr(C)]pub struct MSV1_0_LM20_LOGON {
pub MessageType: MSV1_0_LOGON_SUBMIT_TYPE,
pub LogonDomainName: UNICODE_STRING,
pub UserName: UNICODE_STRING,
pub Workstation: UNICODE_STRING,
pub ChallengeToClient: [u8; 8],
pub CaseSensitiveChallengeResponse: STRING,
pub CaseInsensitiveChallengeResponse: STRING,
pub ParameterControl: u32,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
, "Win32_System_Kernel"
Fields§
§MessageType: MSV1_0_LOGON_SUBMIT_TYPE
§LogonDomainName: UNICODE_STRING
§UserName: UNICODE_STRING
§Workstation: UNICODE_STRING
§ChallengeToClient: [u8; 8]
§CaseSensitiveChallengeResponse: STRING
§CaseInsensitiveChallengeResponse: STRING
§ParameterControl: u32