Struct windows_sys::Win32::System::Ioctl::SCM_BUS_PROPERTY_SET
#[repr(C)]pub struct SCM_BUS_PROPERTY_SET {
pub Version: u32,
pub Size: u32,
pub PropertyId: SCM_BUS_PROPERTY_ID,
pub SetType: SCM_BUS_SET_TYPE,
pub AdditionalParameters: [u8; 1],
}Expand description
Required features: "Win32_System_Ioctl"
Fields§
§Version: u32§Size: u32§PropertyId: SCM_BUS_PROPERTY_ID§SetType: SCM_BUS_SET_TYPE§AdditionalParameters: [u8; 1]