#[repr(C)]pub struct MSV1_0_VALIDATION_INFO {
pub LogoffTime: i64,
pub KickoffTime: i64,
pub LogonServer: UNICODE_STRING,
pub LogonDomainName: UNICODE_STRING,
pub SessionKey: USER_SESSION_KEY,
pub Authoritative: BOOLEAN,
pub UserFlags: u32,
pub WhichFields: u32,
pub UserId: u32,
}Expand description
Required features: ‘Win32_Security_Authentication_Identity’, ‘Win32_Foundation’, ‘Win32_System_PasswordManagement’
Fields
LogoffTime: i64KickoffTime: i64LogonServer: UNICODE_STRINGLogonDomainName: UNICODE_STRINGSessionKey: USER_SESSION_KEYAuthoritative: BOOLEANUserFlags: u32WhichFields: u32UserId: u32