#[repr(C)]pub struct DSOP_SCOPE_INIT_INFO {
pub cbSize: u32,
pub flType: u32,
pub flScope: u32,
pub FilterFlags: DSOP_FILTER_FLAGS,
pub pwzDcName: PWSTR,
pub pwzADsPath: PWSTR,
pub hr: HRESULT,
}Expand description
Required features: ‘Win32_Networking_ActiveDirectory’, ‘Win32_Foundation’
Fields
cbSize: u32flType: u32flScope: u32FilterFlags: DSOP_FILTER_FLAGSpwzDcName: PWSTRpwzADsPath: PWSTRhr: HRESULT