PrimoBurner(tm) for C++  4.2
CD, DVD and Blu-ray Software Development Kit
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.

 All Classes Namespaces Files Functions Variables Enumerations Enumerator