Struct windows_sys::Win32::Networking::ActiveDirectory::DS_SELECTION
#[repr(C)]pub struct DS_SELECTION {
pub pwzName: PWSTR,
pub pwzADsPath: PWSTR,
pub pwzClass: PWSTR,
pub pwzUPN: PWSTR,
pub pvarFetchedAttributes: *mut VARIANT,
pub flScopeType: u32,
}Expand description
Required features: "Win32_Networking_ActiveDirectory", "Win32_Foundation", "Win32_System_Com", "Win32_System_Ole"
Fields§
§pwzName: PWSTR§pwzADsPath: PWSTR§pwzClass: PWSTR§pwzUPN: PWSTR§pvarFetchedAttributes: *mut VARIANT§flScopeType: u32