Struct windows_sys::Win32::System::Ioctl::SCM_PD_PROPERTY_SET
[−]#[repr(C)]pub struct SCM_PD_PROPERTY_SET {
pub Version: u32,
pub Size: u32,
pub PropertyId: SCM_PD_PROPERTY_ID,
pub SetType: SCM_PD_SET_TYPE,
pub AdditionalParameters: [u8; 1],
}Expand description
Required features: ‘Win32_System_Ioctl’
Fields
Version: u32Size: u32PropertyId: SCM_PD_PROPERTY_IDSetType: SCM_PD_SET_TYPEAdditionalParameters: [u8; 1]