#[repr(C)]pub struct DS_SELECTION_LIST {
pub cItems: u32,
pub cFetchedAttributes: u32,
pub aDsSelection: [DS_SELECTION; 1],
}Expand description
Required features: ‘Win32_Networking_ActiveDirectory’, ‘Win32_Foundation’, ‘Win32_System_Com’, ‘Win32_System_Ole’
Fields
cItems: u32cFetchedAttributes: u32aDsSelection: [DS_SELECTION; 1]