Struct windows_sys::Win32::Networking::ActiveDirectory::DSOP_INIT_INFO
#[repr(C)]pub struct DSOP_INIT_INFO {
pub cbSize: u32,
pub pwzTargetComputer: PCWSTR,
pub cDsScopeInfos: u32,
pub aDsScopeInfos: *mut DSOP_SCOPE_INIT_INFO,
pub flOptions: u32,
pub cAttributesToFetch: u32,
pub apwzAttributeNames: *const PCWSTR,
}Expand description
Required features: "Win32_Networking_ActiveDirectory"
Fields§
§cbSize: u32§pwzTargetComputer: PCWSTR§cDsScopeInfos: u32§aDsScopeInfos: *mut DSOP_SCOPE_INIT_INFO§flOptions: u32§cAttributesToFetch: u32§apwzAttributeNames: *const PCWSTR