windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupDiGetDeviceRegistryPropertyW

pub unsafe fn SetupDiGetDeviceRegistryPropertyW(
    deviceinfoset: HDEVINFO,
    deviceinfodata: *const SP_DEVINFO_DATA,
    property: SETUP_DI_REGISTRY_PROPERTY,
    propertyregdatatype: Option<*mut u32>,
    propertybuffer: Option<&mut [u8]>,
    requiredsize: Option<*mut u32>,
) -> Result<()>