PrimoBurner(tm) for C++  4.4
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
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

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.