Defines | |
| #define | kOfxStatOK 0 |
| Status code indicating all was fine. | |
| #define | kOfxStatFailed ((int)1) |
| Status error code for a failed operation. | |
| #define | kOfxStatErrFatal ((int)2) |
| Status error code for a fatal error. | |
| #define | kOfxStatErrUnknown ((int)3) |
| Status error code for an operation on or request for an unknown object. | |
| #define | kOfxStatErrMissingHostFeature ((int) 4) |
| Status error code returned by plug-ins when they are missing host functionality, either an API or some optional functionality (eg: custom params). | |
| #define | kOfxStatErrUnsupported ((int) 5) |
| Status error code for an unsupported feature/operation. | |
| #define | kOfxStatErrExists ((int) 6) |
| Status error code for an operation attempting to create something that exists. | |
| #define | kOfxStatErrFormat ((int) 7) |
| Status error code for an incorrect format. | |
| #define | kOfxStatErrMemory ((int) 8) |
| Status error code indicating that something failed due to memory shortage. | |
| #define | kOfxStatErrBadHandle ((int) 9) |
| Status error code for an operation on a bad handle. | |
| #define | kOfxStatErrBadIndex ((int)10) |
| Status error code indicating that a given index was invalid or unavailable. | |
| #define | kOfxStatErrValue ((int) 11) |
| Status error code indicating that something failed due an illegal value. | |
| #define | kOfxStatReplyYes ((int) 12) |
| OfxStatus returned indicating a 'yes'. | |
| #define | kOfxStatReplyNo ((int) 13) |
| OfxStatus returned indicating a 'no'. | |
| #define | kOfxStatReplyDefault ((int) 14) |
| OfxStatus returned indicating that a default action should be performed. | |
|
|
Status error code for an operation on a bad handle.
|
|
|
Status error code indicating that a given index was invalid or unavailable.
|
|
|
Status error code for an operation attempting to create something that exists.
|
|
|
Status error code for a fatal error. Only returned in the case where the plug-in or host cannot continue to function and needs to be restarted. |
|
|
Status error code for an incorrect format.
|
|
|
Status error code indicating that something failed due to memory shortage.
|
|
|
Status error code returned by plug-ins when they are missing host functionality, either an API or some optional functionality (eg: custom params). Plug-Ins returning this should post an appropriate error message stating what they are missing. |
|
|
Status error code for an operation on or request for an unknown object.
|
|
|
Status error code for an unsupported feature/operation.
|
|
|
Status error code indicating that something failed due an illegal value.
|
|
|
Status error code for a failed operation.
|
|
|
Status code indicating all was fine.
|
|
|
OfxStatus returned indicating that a default action should be performed.
|
|
|
OfxStatus returned indicating a 'no'.
|
|
|
OfxStatus returned indicating a 'yes'.
|