Struct windows_sys::Win32::NetworkManagement::NetManagement::USER_INFO_2
[−]#[repr(C)]pub struct USER_INFO_2 {Show 24 fields
pub usri2_name: PWSTR,
pub usri2_password: PWSTR,
pub usri2_password_age: u32,
pub usri2_priv: USER_PRIV,
pub usri2_home_dir: PWSTR,
pub usri2_comment: PWSTR,
pub usri2_flags: USER_ACCOUNT_FLAGS,
pub usri2_script_path: PWSTR,
pub usri2_auth_flags: AF_OP,
pub usri2_full_name: PWSTR,
pub usri2_usr_comment: PWSTR,
pub usri2_parms: PWSTR,
pub usri2_workstations: PWSTR,
pub usri2_last_logon: u32,
pub usri2_last_logoff: u32,
pub usri2_acct_expires: u32,
pub usri2_max_storage: u32,
pub usri2_units_per_week: u32,
pub usri2_logon_hours: *mut u8,
pub usri2_bad_pw_count: u32,
pub usri2_num_logons: u32,
pub usri2_logon_server: PWSTR,
pub usri2_country_code: u32,
pub usri2_code_page: u32,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
usri2_name: PWSTR
usri2_password: PWSTR
usri2_password_age: u32
usri2_priv: USER_PRIV
usri2_home_dir: PWSTR
usri2_comment: PWSTR
usri2_flags: USER_ACCOUNT_FLAGS
usri2_script_path: PWSTR
usri2_auth_flags: AF_OP
usri2_full_name: PWSTR
usri2_usr_comment: PWSTR
usri2_parms: PWSTR
usri2_workstations: PWSTR
usri2_last_logon: u32
usri2_last_logoff: u32
usri2_acct_expires: u32
usri2_max_storage: u32
usri2_units_per_week: u32
usri2_logon_hours: *mut u8
usri2_bad_pw_count: u32
usri2_num_logons: u32
usri2_logon_server: PWSTR
usri2_country_code: u32
usri2_code_page: u32
Trait Implementations
impl Clone for USER_INFO_2
impl Clone for USER_INFO_2
impl Copy for USER_INFO_2
Auto Trait Implementations
impl RefUnwindSafe for USER_INFO_2
impl !Send for USER_INFO_2
impl !Sync for USER_INFO_2
impl Unpin for USER_INFO_2
impl UnwindSafe for USER_INFO_2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more