windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupDiGetDevicePropertyW

pub unsafe fn SetupDiGetDevicePropertyW(
    deviceinfoset: HDEVINFO,
    deviceinfodata: *const SP_DEVINFO_DATA,
    propertykey: *const DEVPROPKEY,
    propertytype: *mut DEVPROPTYPE,
    propertybuffer: Option<&mut [u8]>,
    requiredsize: Option<*mut u32>,
    flags: u32,
) -> Result<()>