Struct windows_sys::Win32::System::Ioctl::SCM_PD_DEVICE_SPECIFIC_INFO
#[repr(C)]pub struct SCM_PD_DEVICE_SPECIFIC_INFO {
pub Version: u32,
pub Size: u32,
pub NumberOfProperties: u32,
pub DeviceSpecificProperties: [SCM_PD_DEVICE_SPECIFIC_PROPERTY; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§Version: u32
§Size: u32
§NumberOfProperties: u32
§DeviceSpecificProperties: [SCM_PD_DEVICE_SPECIFIC_PROPERTY; 1]