#[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: PWSTR§usri11_comment: PWSTR§usri11_usr_comment: PWSTR§usri11_full_name: PWSTR§usri11_priv: USER_PRIV§usri11_auth_flags: AF_OP§usri11_password_age: u32§usri11_home_dir: PWSTR§usri11_parms: PWSTR§usri11_last_logon: u32§usri11_last_logoff: u32§usri11_bad_pw_count: u32§usri11_num_logons: u32§usri11_logon_server: PWSTR§usri11_country_code: u32§usri11_workstations: PWSTR§usri11_max_storage: u32§usri11_units_per_week: u32§usri11_logon_hours: *mut u8§usri11_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.