windows::Win32::Devices::DeviceAndDriverInstallation

Function DiUninstallDriverA

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