#[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: PWSTR
usri22_password: [u8; 16]
usri22_password_age: u32
usri22_priv: USER_PRIV
usri22_home_dir: PWSTR
usri22_comment: PWSTR
usri22_flags: USER_ACCOUNT_FLAGS
usri22_script_path: PWSTR
usri22_auth_flags: AF_OP
usri22_full_name: PWSTR
usri22_usr_comment: PWSTR
usri22_parms: PWSTR
usri22_workstations: PWSTR
usri22_last_logon: u32
usri22_last_logoff: u32
usri22_acct_expires: u32
usri22_max_storage: u32
usri22_units_per_week: u32
usri22_logon_hours: *mut u8
usri22_bad_pw_count: u32
usri22_num_logons: u32
usri22_logon_server: PWSTR
usri22_country_code: u32
usri22_code_page: u32
Trait Implementations
impl Clone for USER_INFO_22
impl Clone for USER_INFO_22
impl Copy for USER_INFO_22
Auto Trait Implementations
impl RefUnwindSafe for USER_INFO_22
impl !Send for USER_INFO_22
impl !Sync for USER_INFO_22
impl Unpin for USER_INFO_22
impl UnwindSafe for USER_INFO_22
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