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

DeviceEnum Error Codes. More...

Enumerations

enum  Enum {
  DiscEnumErrorBase = 0x02000000 ,
  DiscEnumErrorBaseEnd = 0x02FFFFFF ,
  Success = GenericError::Success ,
  SharingViolation = (DiscEnumErrorBase + 1) ,
  InvalidIndex = (DiscEnumErrorBase + 2)
}
 DeviceEnumError::Enum. More...
 

Detailed Description

DeviceEnum Error Codes.

See also
DeviceEnum

Enumeration Type Documentation

◆ Enum

enum Enum

DeviceEnumError::Enum.

Enumerator
Success 

Success.

SharingViolation 

The engine cannot access a device because it is being used by another process.

InvalidIndex 

Invalid index was passed to the createDevice method.