Enum DriverUninstallResult
Enum DriverUninstallResult. Describes the result of uninstalling a device driver.
Namespace: VpnSDK.Enums
Assembly: cs.temp.dll.dll
Syntax
public enum DriverUninstallResult
Fields
Name | Description |
---|---|
Failed | The driver uninstallation failed. |
NotAvailable | Driver is not detected. |
RebootRequired | The driver uninstalled successfully but a reboot is required. |
Success | The driver was uninstalled successfully. |