|
|
|
|
|
Modules | |
| Pantheios Core Low-level Initialisation Codes | |
| Status codes used in the implementation of the core. | |
| Pantheios Back-End Low-level Initialisation Codes | |
| Status codes for use by the implementors of back-ends. | |
| Pantheios Front-End Low-level Initialisation Codes | |
| Status codes for use by the implementors of front-ends. | |
Defines | |
| #define | PANTHEIOS_INIT_RC_SUCCESS (0) |
| Specifies that the operation completed successfully. | |
| #define | PANTHEIOS_INIT_RC_OUT_OF_MEMORY (-1) |
| Specifies that the operation failed due to memory exhaustion. | |
| #define | PANTHEIOS_INIT_RC_UNSPECIFIED_EXCEPTION (-2) |
| Specifies that the operation failed because a general, standard-derived, exception was thrown. | |
| #define | PANTHEIOS_INIT_RC_UNKNOWN_FAILURE (-3) |
| Specifies that the operation failed because a bespoke, non-standard-derived, exception was thrown; this may indicate a design failure. | |
| #define | PANTHEIOS_INIT_RC_UNSPECIFIED_FAILURE (-4) |
| Specifies that the operation failed in an unspecified manner. | |
| #define | PANTHEIOS_INIT_RC_NOT_IMPLEMENTED (-5) |
| Specifies that the operation failed because it is not implemented. | |
| #define | PANTHEIOS_INIT_RC_CANNOT_CREATE_TSS_INDEX (-6) |
| Specifies that the operation failed because a Thread-Specific Storage key could not be created. | |
| #define | PANTHEIOS_INIT_RC_CANNOT_CREATE_THREAD (-7) |
| Specifies that the operation failed because a thread could not be created. | |
| #define PANTHEIOS_INIT_RC_CANNOT_CREATE_THREAD (-7) |
Specifies that the operation failed because a thread could not be created.
| #define PANTHEIOS_INIT_RC_CANNOT_CREATE_TSS_INDEX (-6) |
Specifies that the operation failed because a Thread-Specific Storage key could not be created.
| #define PANTHEIOS_INIT_RC_NOT_IMPLEMENTED (-5) |
Specifies that the operation failed because it is not implemented.
| #define PANTHEIOS_INIT_RC_OUT_OF_MEMORY (-1) |
Specifies that the operation failed due to memory exhaustion.
| #define PANTHEIOS_INIT_RC_SUCCESS (0) |
Specifies that the operation completed successfully.
| #define PANTHEIOS_INIT_RC_UNKNOWN_FAILURE (-3) |
Specifies that the operation failed because a bespoke, non-standard-derived, exception was thrown; this may indicate a design failure.
| #define PANTHEIOS_INIT_RC_UNSPECIFIED_EXCEPTION (-2) |
Specifies that the operation failed because a general, standard-derived, exception was thrown.
| #define PANTHEIOS_INIT_RC_UNSPECIFIED_FAILURE (-4) |
Specifies that the operation failed in an unspecified manner.
Callers may be able to retrieve more specific information from the platform-specific error mechanism (e.g. errno / GetLastError()).
|
|
|
| pantheios Library documentation © Matthew Wilson & Synesis Software, 2006-2011 |
|