Struct windows_sys::Win32::Security::Authentication::Identity::USER_ALL_INFORMATION
#[repr(C, packed(4))]pub struct USER_ALL_INFORMATION {Show 33 fields
pub LastLogon: i64,
pub LastLogoff: i64,
pub PasswordLastSet: i64,
pub AccountExpires: i64,
pub PasswordCanChange: i64,
pub PasswordMustChange: i64,
pub UserName: UNICODE_STRING,
pub FullName: UNICODE_STRING,
pub HomeDirectory: UNICODE_STRING,
pub HomeDirectoryDrive: UNICODE_STRING,
pub ScriptPath: UNICODE_STRING,
pub ProfilePath: UNICODE_STRING,
pub AdminComment: UNICODE_STRING,
pub WorkStations: UNICODE_STRING,
pub UserComment: UNICODE_STRING,
pub Parameters: UNICODE_STRING,
pub LmPassword: UNICODE_STRING,
pub NtPassword: UNICODE_STRING,
pub PrivateData: UNICODE_STRING,
pub SecurityDescriptor: SR_SECURITY_DESCRIPTOR,
pub UserId: u32,
pub PrimaryGroupId: u32,
pub UserAccountControl: u32,
pub WhichFields: u32,
pub LogonHours: LOGON_HOURS,
pub BadPasswordCount: u16,
pub LogonCount: u16,
pub CountryCode: u16,
pub CodePage: u16,
pub LmPasswordPresent: BOOLEAN,
pub NtPasswordPresent: BOOLEAN,
pub PasswordExpired: BOOLEAN,
pub PrivateDataSensitive: BOOLEAN,
}Expand description
Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"
Fields§
§LastLogon: i64§LastLogoff: i64§PasswordLastSet: i64§AccountExpires: i64§PasswordCanChange: i64§PasswordMustChange: i64§UserName: UNICODE_STRING§FullName: UNICODE_STRING§HomeDirectory: UNICODE_STRING§HomeDirectoryDrive: UNICODE_STRING§ScriptPath: UNICODE_STRING§ProfilePath: UNICODE_STRING§AdminComment: UNICODE_STRING§WorkStations: UNICODE_STRING§UserComment: UNICODE_STRING§Parameters: UNICODE_STRING§LmPassword: UNICODE_STRING§NtPassword: UNICODE_STRING§PrivateData: UNICODE_STRING§SecurityDescriptor: SR_SECURITY_DESCRIPTOR§UserId: u32§PrimaryGroupId: u32§UserAccountControl: u32§WhichFields: u32§LogonHours: LOGON_HOURS§BadPasswordCount: u16§LogonCount: u16§CountryCode: u16§CodePage: u16§LmPasswordPresent: BOOLEAN§NtPasswordPresent: BOOLEAN§PasswordExpired: BOOLEAN§PrivateDataSensitive: BOOLEAN