ParsecVirtualDeviceStatus
The virtual device state.
Enum to see if the Parsec Virtual USB Driver is installed
Values
Name | Value | Description |
---|---|---|
PARSEC_DEVICE_STATUS_NOT_SUPPORTED | -2 | Virtual Devices not supported on this platform. |
PARSEC_DEVICE_STATUS_NOT_INSTALLED | -1 | Device is not installed. |
PARSEC_DEVICE_STATUS_UNKNOWN | 0 | Unknown status, call GetLastError() for details. |
PARSEC_DEVICE_STATUS_NOT_FOUND | 1 | Device instance not found. |
PARSEC_DEVICE_STATUS_NORMAL | 2 | Device is operational. |
PARSEC_DEVICE_STATUS_UNKNOWN_PROBLEM | 3 | Device is in an unknown problem state. |
PARSEC_DEVICE_STATUS_DISABLED | 4 | Device is disabled. |
PARSEC_DEVICE_STATUS_DRIVER_ERROR | 5 | Device driver reported an error (e.g. user-mode host process crash). |
PARSEC_DEVICE_STATUS_RESTART_REQUIRED | 6 | Device requires a restart to become operational. |
PARSEC_DEVICE_STATUS_DISABLED_SERVICE | 7 | Device driver service is disabled. |