#[repr(C)]
pub struct USER_INFO_4 {
Show 29 fields pub usri4_name: PWSTR, pub usri4_password: PWSTR, pub usri4_password_age: u32, pub usri4_priv: USER_PRIV, pub usri4_home_dir: PWSTR, pub usri4_comment: PWSTR, pub usri4_flags: USER_ACCOUNT_FLAGS, pub usri4_script_path: PWSTR, pub usri4_auth_flags: AF_OP, pub usri4_full_name: PWSTR, pub usri4_usr_comment: PWSTR, pub usri4_parms: PWSTR, pub usri4_workstations: PWSTR, pub usri4_last_logon: u32, pub usri4_last_logoff: u32, pub usri4_acct_expires: u32, pub usri4_max_storage: u32, pub usri4_units_per_week: u32, pub usri4_logon_hours: *mut u8, pub usri4_bad_pw_count: u32, pub usri4_num_logons: u32, pub usri4_logon_server: PWSTR, pub usri4_country_code: u32, pub usri4_code_page: u32, pub usri4_user_sid: PSID, pub usri4_primary_group_id: u32, pub usri4_profile: PWSTR, pub usri4_home_dir_drive: PWSTR, pub usri4_password_expired: u32,
}
Expand description

Required features: "Win32_NetworkManagement_NetManagement", "Win32_Foundation"

Fields

usri4_name: PWSTRusri4_password: PWSTRusri4_password_age: u32usri4_priv: USER_PRIVusri4_home_dir: PWSTRusri4_comment: PWSTRusri4_flags: USER_ACCOUNT_FLAGSusri4_script_path: PWSTRusri4_auth_flags: AF_OPusri4_full_name: PWSTRusri4_usr_comment: PWSTRusri4_parms: PWSTRusri4_workstations: PWSTRusri4_last_logon: u32usri4_last_logoff: u32usri4_acct_expires: u32usri4_max_storage: u32usri4_units_per_week: u32usri4_logon_hours: *mut u8usri4_bad_pw_count: u32usri4_num_logons: u32usri4_logon_server: PWSTRusri4_country_code: u32usri4_code_page: u32usri4_user_sid: PSIDusri4_primary_group_id: u32usri4_profile: PWSTRusri4_home_dir_drive: PWSTRusri4_password_expired: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.