Struct windows_sys::Win32::Networking::ActiveDirectory::DS_SELECTION_LIST
#[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: u32
§cFetchedAttributes: u32
§aDsSelection: [DS_SELECTION; 1]