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

#[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

Trait Implementations

impl Debug for SECURITY_LOGON_SESSION_DATA
[src]

Formats the value using the given formatter.

impl Copy for SECURITY_LOGON_SESSION_DATA
[src]

impl Clone for SECURITY_LOGON_SESSION_DATA
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more