#[repr(C)]
pub struct USER_INFO_11 {
Show 20 fields pub usri11_name: PWSTR, pub usri11_comment: PWSTR, pub usri11_usr_comment: PWSTR, pub usri11_full_name: PWSTR, pub usri11_priv: USER_PRIV, pub usri11_auth_flags: AF_OP, pub usri11_password_age: u32, pub usri11_home_dir: PWSTR, pub usri11_parms: PWSTR, pub usri11_last_logon: u32, pub usri11_last_logoff: u32, pub usri11_bad_pw_count: u32, pub usri11_num_logons: u32, pub usri11_logon_server: PWSTR, pub usri11_country_code: u32, pub usri11_workstations: PWSTR, pub usri11_max_storage: u32, pub usri11_units_per_week: u32, pub usri11_logon_hours: *mut u8, pub usri11_code_page: u32,
}
Expand description

Required features: "Win32_NetworkManagement_NetManagement"

Fields

usri11_name: PWSTRusri11_comment: PWSTRusri11_usr_comment: PWSTRusri11_full_name: PWSTRusri11_priv: USER_PRIVusri11_auth_flags: AF_OPusri11_password_age: u32usri11_home_dir: PWSTRusri11_parms: PWSTRusri11_last_logon: u32usri11_last_logoff: u32usri11_bad_pw_count: u32usri11_num_logons: u32usri11_logon_server: PWSTRusri11_country_code: u32usri11_workstations: PWSTRusri11_max_storage: u32usri11_units_per_week: u32usri11_logon_hours: *mut u8usri11_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.