Enum DriverInstallResult
Enum DriverInstallResult. Describes the result of installing a device driver.
Namespace: VpnSDK.Enums
Assembly: cs.temp.dll.dll
Syntax
public enum DriverInstallResult
Fields
Name | Description |
---|---|
Failed | The driver installation failed. |
RebootRequired | The driver installed successfully but a reboot is required. |
Success | The driver was installed successfully. |