PrimoBurner(tm) for C++
4.6
CD, DVD and Blu-ray Software Development Kit
|
Generic error codes. More...
Variables | |
static const int32_t | InternalError = (GenericError::Start + 0x0FFFFFFF) |
Internal error. More... | |
static const int32_t | Start = (0) |
This is not an actual error code. More... | |
static const int32_t | Success = (GenericError::Start + 0) |
Success. | |
Generic error codes.
|
static |
Internal error.
An unexpected problem in PrimoBurner components.
|
static |
This is not an actual error code.
This is a base value for generic errors.