Struct winapi::ntsecapi::MSV1_0_INTERACTIVE_PROFILE
[−]
[src]
pub struct MSV1_0_INTERACTIVE_PROFILE { pub MessageType: MSV1_0_PROFILE_BUFFER_TYPE, pub LogonCount: USHORT, pub BadPasswordCount: USHORT, pub LogonTime: LARGE_INTEGER, pub LogoffTime: LARGE_INTEGER, pub KickOffTime: LARGE_INTEGER, pub PasswordLastSet: LARGE_INTEGER, pub PasswordCanChange: LARGE_INTEGER, pub PasswordMustChange: LARGE_INTEGER, pub LogonScript: UNICODE_STRING, pub HomeDirectory: UNICODE_STRING, pub FullName: UNICODE_STRING, pub ProfilePath: UNICODE_STRING, pub HomeDirectoryDrive: UNICODE_STRING, pub LogonServer: UNICODE_STRING, pub UserFlags: ULONG, }
Fields
MessageType | |
LogonCount | |
BadPasswordCount | |
LogonTime | |
LogoffTime | |
KickOffTime | |
PasswordLastSet | |
PasswordCanChange | |
PasswordMustChange | |
LogonScript | |
HomeDirectory | |
FullName | |
ProfilePath | |
HomeDirectoryDrive | |
LogonServer | |
UserFlags |
Trait Implementations
impl Copy for MSV1_0_INTERACTIVE_PROFILE
[src]
impl Clone for MSV1_0_INTERACTIVE_PROFILE
[src]
fn clone(&self) -> MSV1_0_INTERACTIVE_PROFILE
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