PrimoBurner(tm) for C++
4.2
CD, DVD and Blu-ray Software Development Kit
|
Defines system error domains. More...
Enumerations | |
enum | Enum { Unknown = 0, Windows = 1, MacOSStatus = 2, MacMachError = 3, POSIX = 4 } |
ErrorDomain::Enum. More... |
Defines system error domains.
For largely historical reasons, errors codes in Mac OS X are segregated into domains. For example, Carbon error codes, which are typed as OSStatus, have their origin in versions of the Macintosh operating system predating Mac OS X. On the other hand, POSIX error codes derive from the various POSIX-conforming "flavors" of UNIX, such as BSD.
enum Enum |