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

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.

 All Classes Namespaces Files Functions Variables Enumerations Enumerator