windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupDiGetDeviceInterfacePropertyKeys

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