Struct windows_sys::Win32::Networking::ActiveDirectory::DSQUERYINITPARAMS
#[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