Struct windows_sys::Win32::Devices::DeviceQuery::DEV_QUERY_PARAMETER
#[repr(C)]pub struct DEV_QUERY_PARAMETER {
pub Key: DEVPROPKEY,
pub Type: DEVPROPTYPE,
pub BufferSize: u32,
pub Buffer: *mut c_void,
}Expand description
Required features: "Win32_Devices_DeviceQuery", "Win32_Devices_Properties"
Fields§
§Key: DEVPROPKEY§Type: DEVPROPTYPE§BufferSize: u32§Buffer: *mut c_void