#[repr(C)]
pub struct USER_INFO_22 {
Show 24 fields pub usri22_name: PWSTR, pub usri22_password: [u8; 16], pub usri22_password_age: u32, pub usri22_priv: USER_PRIV, pub usri22_home_dir: PWSTR, pub usri22_comment: PWSTR, pub usri22_flags: USER_ACCOUNT_FLAGS, pub usri22_script_path: PWSTR, pub usri22_auth_flags: AF_OP, pub usri22_full_name: PWSTR, pub usri22_usr_comment: PWSTR, pub usri22_parms: PWSTR, pub usri22_workstations: PWSTR, pub usri22_last_logon: u32, pub usri22_last_logoff: u32, pub usri22_acct_expires: u32, pub usri22_max_storage: u32, pub usri22_units_per_week: u32, pub usri22_logon_hours: *mut u8, pub usri22_bad_pw_count: u32, pub usri22_num_logons: u32, pub usri22_logon_server: PWSTR, pub usri22_country_code: u32, pub usri22_code_page: u32,
}
Expand description

Required features: "Win32_NetworkManagement_NetManagement"

Fields

usri22_name: PWSTRusri22_password: [u8; 16]usri22_password_age: u32usri22_priv: USER_PRIVusri22_home_dir: PWSTRusri22_comment: PWSTRusri22_flags: USER_ACCOUNT_FLAGSusri22_script_path: PWSTRusri22_auth_flags: AF_OPusri22_full_name: PWSTRusri22_usr_comment: PWSTRusri22_parms: PWSTRusri22_workstations: PWSTRusri22_last_logon: u32usri22_last_logoff: u32usri22_acct_expires: u32usri22_max_storage: u32usri22_units_per_week: u32usri22_logon_hours: *mut u8usri22_bad_pw_count: u32usri22_num_logons: u32usri22_logon_server: PWSTRusri22_country_code: u32usri22_code_page: 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.