Error codes for Chroma SDK. If the error is not defined here, refer to WinError.h from the Windows SDK.
More...
Go to the source code of this file.
|
#define | RZRESULT_INVALID -1L |
| Invalid.
|
|
#define | RZRESULT_SUCCESS 0L |
| Success.
|
|
#define | RZRESULT_ACCESS_DENIED 5L |
| Access denied.
|
|
#define | RZRESULT_INVALID_HANDLE 6L |
| Invalid handle.
|
|
#define | RZRESULT_NOT_SUPPORTED 50L |
| Not supported.
|
|
#define | RZRESULT_INVALID_PARAMETER 87L |
| Invalid parameter.
|
|
#define | RZRESULT_SERVICE_NOT_ACTIVE 1062L |
| The service has not been started.
|
|
#define | RZRESULT_SINGLE_INSTANCE_APP 1152L |
| Cannot start more than one instance of the specified program.
|
|
#define | RZRESULT_DEVICE_NOT_CONNECTED 1167L |
| Device not connected.
|
|
#define | RZRESULT_NOT_FOUND 1168L |
| Element not found.
|
|
#define | RZRESULT_REQUEST_ABORTED 1235L |
| Request aborted.
|
|
#define | RZRESULT_ALREADY_INITIALIZED 1247L |
| An attempt was made to perform an initialization operation when initialization has already been completed.
|
|
#define | RZRESULT_RESOURCE_DISABLED 4309L |
| Resource not available or disabled.
|
|
#define | RZRESULT_DEVICE_NOT_AVAILABLE 4319L |
| Device not available or supported.
|
|
#define | RZRESULT_NOT_VALID_STATE 5023L |
| The group or resource is not in the correct state to perform the requested operation.
|
|
#define | RZRESULT_NO_MORE_ITEMS 259L |
| No more items.
|
|
#define | RZRESULT_FAILED 2147500037L |
| General failure.
|
|
Error codes for Chroma SDK. If the error is not defined here, refer to WinError.h from the Windows SDK.