windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupDiGetDevicePropertyKeys

pub unsafe fn SetupDiGetDevicePropertyKeys(
    deviceinfoset: HDEVINFO,
    deviceinfodata: *const SP_DEVINFO_DATA,
    propertykeyarray: Option<&mut [DEVPROPKEY]>,
    requiredpropertykeycount: Option<*mut u32>,
    flags: u32,
) -> Result<()>