PrimoBurner(tm) for C++  5.0
CD, DVD and Blu-ray Software Development Kit
Loading...
Searching...
No Matches
primo::burner::EngineError Namespace Reference

Engine Error Codes. More...

Enumerations

enum  Enum {
  EngineErrorBase = 0x08000000 ,
  EngineErrorBaseEnd = 0x08FFFFFF ,
  Success = GenericError::Success ,
  InternalError = GenericError::InternalError ,
  NotInitialized = (EngineErrorBase + 1)
}
 EngineError::Enum. More...
 

Detailed Description

Engine Error Codes.

See also
Engine

Enumeration Type Documentation

◆ Enum

enum Enum

EngineError::Enum.

Enumerator
Success 

Success.

InternalError 

Internal error.

Normally this error should not happen. It indicates an unexpected problem in PrimoBurner components.

NotInitialized 

Engine not initialized.

Call the Initialize method.