Struct windows_sys::Win32::Devices::Properties::DEVPROPERTY
[−]#[repr(C)]pub struct DEVPROPERTY {
pub CompKey: DEVPROPCOMPKEY,
pub Type: u32,
pub BufferSize: u32,
pub Buffer: *mut c_void,
}Expand description
Required features: ‘Win32_Devices_Properties’, ‘Win32_Foundation’
Fields
CompKey: DEVPROPCOMPKEYType: u32BufferSize: u32Buffer: *mut c_void