windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupDiGetDeviceInterfacePropertyW

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