#[repr(C)]pub struct WLX_CLIENT_CREDENTIALS_INFO_V2_0 {
pub dwType: u32,
pub pszUserName: PWSTR,
pub pszDomain: PWSTR,
pub pszPassword: PWSTR,
pub fPromptForPassword: BOOL,
pub fDisconnectOnLogonFailure: BOOL,
}
Expand description
Required features: "Win32_Security_WinWlx"
, "Win32_Foundation"
Fields
dwType: u32
pszUserName: PWSTR
pszDomain: PWSTR
pszPassword: PWSTR
fPromptForPassword: BOOL
fDisconnectOnLogonFailure: BOOL
Trait Implementations
impl Clone for WLX_CLIENT_CREDENTIALS_INFO_V2_0
impl Clone for WLX_CLIENT_CREDENTIALS_INFO_V2_0
impl Copy for WLX_CLIENT_CREDENTIALS_INFO_V2_0
Auto Trait Implementations
impl RefUnwindSafe for WLX_CLIENT_CREDENTIALS_INFO_V2_0
impl !Send for WLX_CLIENT_CREDENTIALS_INFO_V2_0
impl !Sync for WLX_CLIENT_CREDENTIALS_INFO_V2_0
impl Unpin for WLX_CLIENT_CREDENTIALS_INFO_V2_0
impl UnwindSafe for WLX_CLIENT_CREDENTIALS_INFO_V2_0
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