[][src]Struct winapi::um::ntlsa::SECURITY_LOGON_SESSION_DATA

#[repr(C)]
pub struct SECURITY_LOGON_SESSION_DATA {
    pub Size: ULONG,
    pub LogonId: LUID,
    pub UserName: LSA_UNICODE_STRING,
    pub LogonDomain: LSA_UNICODE_STRING,
    pub AuthenticationPackage: LSA_UNICODE_STRING,
    pub LogonType: ULONG,
    pub Session: ULONG,
    pub Sid: PSID,
    pub LogonTime: LARGE_INTEGER,
    pub LogonServer: LSA_UNICODE_STRING,
    pub DnsDomainName: LSA_UNICODE_STRING,
    pub Upn: LSA_UNICODE_STRING,
    pub UserFlags: ULONG,
    pub LastLogonInfo: LSA_LAST_INTER_LOGON_INFO,
    pub LogonScript: LSA_UNICODE_STRING,
    pub ProfilePath: LSA_UNICODE_STRING,
    pub HomeDirectory: LSA_UNICODE_STRING,
    pub HomeDirectoryDrive: LSA_UNICODE_STRING,
    pub LogoffTime: LARGE_INTEGER,
    pub KickOffTime: LARGE_INTEGER,
    pub PasswordLastSet: LARGE_INTEGER,
    pub PasswordCanChange: LARGE_INTEGER,
    pub PasswordMustChange: LARGE_INTEGER,
}

Fields

Size: ULONGLogonId: LUIDUserName: LSA_UNICODE_STRINGLogonDomain: LSA_UNICODE_STRINGAuthenticationPackage: LSA_UNICODE_STRINGLogonType: ULONGSession: ULONGSid: PSIDLogonTime: LARGE_INTEGERLogonServer: LSA_UNICODE_STRINGDnsDomainName: LSA_UNICODE_STRINGUpn: LSA_UNICODE_STRINGUserFlags: ULONGLastLogonInfo: LSA_LAST_INTER_LOGON_INFOLogonScript: LSA_UNICODE_STRINGProfilePath: LSA_UNICODE_STRINGHomeDirectory: LSA_UNICODE_STRINGHomeDirectoryDrive: LSA_UNICODE_STRINGLogoffTime: LARGE_INTEGERKickOffTime: LARGE_INTEGERPasswordLastSet: LARGE_INTEGERPasswordCanChange: LARGE_INTEGERPasswordMustChange: LARGE_INTEGER

Trait Implementations

impl Copy for SECURITY_LOGON_SESSION_DATA[src]

impl Clone for SECURITY_LOGON_SESSION_DATA[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for SECURITY_LOGON_SESSION_DATA[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]