#[repr(C)]pub struct DSQUERYINITPARAMS {
pub cbStruct: u32,
pub dwFlags: u32,
pub pDefaultScope: PWSTR,
pub pDefaultSaveLocation: PWSTR,
pub pUserName: PWSTR,
pub pPassword: PWSTR,
pub pServer: PWSTR,
}
Expand description
Required features: "Win32_Networking_ActiveDirectory"
Fields
cbStruct: u32
dwFlags: u32
pDefaultScope: PWSTR
pDefaultSaveLocation: PWSTR
pUserName: PWSTR
pPassword: PWSTR
pServer: PWSTR
Trait Implementations
impl Clone for DSQUERYINITPARAMS
impl Clone for DSQUERYINITPARAMS
impl Copy for DSQUERYINITPARAMS
Auto Trait Implementations
impl RefUnwindSafe for DSQUERYINITPARAMS
impl !Send for DSQUERYINITPARAMS
impl !Sync for DSQUERYINITPARAMS
impl Unpin for DSQUERYINITPARAMS
impl UnwindSafe for DSQUERYINITPARAMS
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