#[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: u32Trait Implementations
impl Clone for MSV1_0_VALIDATION_INFO
impl Clone for MSV1_0_VALIDATION_INFO
impl Copy for MSV1_0_VALIDATION_INFO
Auto Trait Implementations
impl RefUnwindSafe for MSV1_0_VALIDATION_INFO
impl !Send for MSV1_0_VALIDATION_INFO
impl !Sync for MSV1_0_VALIDATION_INFO
impl Unpin for MSV1_0_VALIDATION_INFO
impl UnwindSafe for MSV1_0_VALIDATION_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more