Struct windows_sys::Win32::System::Ioctl::SCM_PD_PROPERTY_QUERY
[−]#[repr(C)]pub struct SCM_PD_PROPERTY_QUERY {
pub Version: u32,
pub Size: u32,
pub PropertyId: SCM_PD_PROPERTY_ID,
pub QueryType: SCM_PD_QUERY_TYPE,
pub AdditionalParameters: [u8; 1],
}Expand description
Required features: ‘Win32_System_Ioctl’
Fields
Version: u32Size: u32PropertyId: SCM_PD_PROPERTY_IDQueryType: SCM_PD_QUERY_TYPEAdditionalParameters: [u8; 1]