Struct winapi::ntsecapi::MSV1_0_INTERACTIVE_PROFILE [] [src]

#[repr(C)]
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

Trait Implementations

impl Debug for MSV1_0_INTERACTIVE_PROFILE
[src]

Formats the value using the given formatter.

impl Copy for MSV1_0_INTERACTIVE_PROFILE
[src]

impl Clone for MSV1_0_INTERACTIVE_PROFILE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more