Struct windows_sys::Win32::System::Ioctl::SCM_BUS_PROPERTY_QUERY
[−]#[repr(C)]pub struct SCM_BUS_PROPERTY_QUERY {
pub Version: u32,
pub Size: u32,
pub PropertyId: SCM_BUS_PROPERTY_ID,
pub QueryType: SCM_BUS_QUERY_TYPE,
pub AdditionalParameters: [u8; 1],
}Expand description
Required features: ‘Win32_System_Ioctl’
Fields
Version: u32Size: u32PropertyId: SCM_BUS_PROPERTY_IDQueryType: SCM_BUS_QUERY_TYPEAdditionalParameters: [u8; 1]