Struct windows_sys::Win32::System::Ioctl::BIN_RESULTS
#[repr(C)]pub struct BIN_RESULTS {
pub NumberOfBins: u32,
pub BinCounts: [BIN_COUNT; 1],
}Expand description
Required features: "Win32_System_Ioctl"
Fields§
§NumberOfBins: u32§BinCounts: [BIN_COUNT; 1]