windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupOpenInfFileW

pub unsafe fn SetupOpenInfFileW<P0, P1>(
    filename: P0,
    infclass: P1,
    infstyle: INF_STYLE,
    errorline: Option<*mut u32>,
) -> *mut c_void
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,