Struct winapi::ntsecapi::SECURITY_LOGON_SESSION_DATA [] [src]

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
LogonId
UserName
LogonDomain
AuthenticationPackage
LogonType
Session
Sid
LogonTime
LogonServer
DnsDomainName
Upn
UserFlags
LastLogonInfo
LogonScript
ProfilePath
HomeDirectory
HomeDirectoryDrive
LogoffTime
KickOffTime
PasswordLastSet
PasswordCanChange
PasswordMustChange

Trait Implementations

impl Copy for SECURITY_LOGON_SESSION_DATA
[src]

impl Clone for SECURITY_LOGON_SESSION_DATA
[src]

fn clone(&self) -> SECURITY_LOGON_SESSION_DATA

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

Derived Implementations

impl Debug for SECURITY_LOGON_SESSION_DATA
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.