Struct windows_sys::Win32::Devices::DeviceQuery::DEV_QUERY_PARAMETER
[−]#[repr(C)]pub struct DEV_QUERY_PARAMETER {
pub Key: DEVPROPKEY,
pub Type: u32,
pub BufferSize: u32,
pub Buffer: *mut c_void,
}Expand description
Required features: ‘Win32_Devices_DeviceQuery’, ‘Win32_Devices_Properties’
Fields
Key: DEVPROPKEYType: u32BufferSize: u32Buffer: *mut c_void