windows::Win32::Devices::DeviceAndDriverInstallation

Function DiUninstallDriverW

pub unsafe fn DiUninstallDriverW<P1>(
    hwndparent: Option<HWND>,
    infpath: P1,
    flags: DIUNINSTALLDRIVER_FLAGS,
    needreboot: Option<*mut BOOL>,
) -> Result<()>
where P1: Param<PCWSTR>,