Parsec

ParsecVirtualDeviceStatus

The virtual device state.

Enum to see if the Parsec Virtual USB Driver is installed

Values

NameValueDescription
PARSEC_DEVICE_STATUS_NOT_SUPPORTED-2Virtual Devices not supported on this platform.
PARSEC_DEVICE_STATUS_NOT_INSTALLED-1Device is not installed.
PARSEC_DEVICE_STATUS_UNKNOWN 0Unknown status, call GetLastError() for details.
PARSEC_DEVICE_STATUS_NOT_FOUND 1Device instance not found.
PARSEC_DEVICE_STATUS_NORMAL 2Device is operational.
PARSEC_DEVICE_STATUS_UNKNOWN_PROBLEM 3Device is in an unknown problem state.
PARSEC_DEVICE_STATUS_DISABLED 4Device is disabled.
PARSEC_DEVICE_STATUS_DRIVER_ERROR 5Device driver reported an error (e.g. user-mode host process crash).
PARSEC_DEVICE_STATUS_RESTART_REQUIRED 6Device requires a restart to become operational.
PARSEC_DEVICE_STATUS_DISABLED_SERVICE 7Device driver service is disabled.