#[repr(C)]pub struct MSV1_0_GETCHALLENRESP_RESPONSE {
pub MessageType: MSV1_0_PROTOCOL_MESSAGE_TYPE,
pub CaseSensitiveChallengeResponse: STRING,
pub CaseInsensitiveChallengeResponse: STRING,
pub UserName: UNICODE_STRING,
pub LogonDomainName: UNICODE_STRING,
pub UserSessionKey: [u8; 16],
pub LanmanSessionKey: [u8; 8],
}
Expand description
Required features: "Win32_Foundation"
, "Win32_Security_Authentication_Identity"
, "Win32_System_Kernel"
Fields§
§MessageType: MSV1_0_PROTOCOL_MESSAGE_TYPE
§CaseSensitiveChallengeResponse: STRING
§CaseInsensitiveChallengeResponse: STRING
§UserName: UNICODE_STRING
§LogonDomainName: UNICODE_STRING
§UserSessionKey: [u8; 16]
§LanmanSessionKey: [u8; 8]
Trait Implementations§
§impl Clone for MSV1_0_GETCHALLENRESP_RESPONSE
impl Clone for MSV1_0_GETCHALLENRESP_RESPONSE
impl Copy for MSV1_0_GETCHALLENRESP_RESPONSE
Auto Trait Implementations§
impl RefUnwindSafe for MSV1_0_GETCHALLENRESP_RESPONSE
impl !Send for MSV1_0_GETCHALLENRESP_RESPONSE
impl !Sync for MSV1_0_GETCHALLENRESP_RESPONSE
impl Unpin for MSV1_0_GETCHALLENRESP_RESPONSE
impl UnwindSafe for MSV1_0_GETCHALLENRESP_RESPONSE
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more