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: MSV1_0_PROFILE_BUFFER_TYPE LogonCount: USHORT BadPasswordCount: USHORT LogonTime: LARGE_INTEGER LogoffTime: LARGE_INTEGER KickOffTime: LARGE_INTEGER PasswordLastSet: LARGE_INTEGER PasswordCanChange: LARGE_INTEGER PasswordMustChange: LARGE_INTEGER LogonScript: UNICODE_STRING HomeDirectory: UNICODE_STRING FullName: UNICODE_STRING ProfilePath: UNICODE_STRING HomeDirectoryDrive: UNICODE_STRING LogonServer: UNICODE_STRING UserFlags: ULONG

Trait Implementations

impl Debug for MSV1_0_INTERACTIVE_PROFILE
[src]

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

Formats the value using the given formatter.

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