![]() |
![]() |
|
|
This file defines advisory error codes for initialisation.
#include <include/include.h>
Go to the source code of this file.
Defines | |
#define | FASTFORMAT_INIT_RC_SUCCESS (0) |
Specifies that the operation completed successfully. | |
#define | FASTFORMAT_INIT_RC_OUT_OF_MEMORY (-1) |
Specifies that the operation failed due to memory exhaustion. | |
#define | FASTFORMAT_INIT_RC_UNSPECIFIED_EXCEPTION (-2) |
Specifies that the operation failed because a general, standard-derived, exception was thrown. | |
#define | FASTFORMAT_INIT_RC_UNKNOWN_ERROR (-3) |
Specifies that the operation failed because a bespoke, non-standard-derived, exception was thrown. | |
#define | FASTFORMAT_INIT_RC_UNSPECIFIED_ERROR (-4) |
Specifies that the operation failed in an unspecified manner. | |
#define | FASTFORMAT_INIT_RC_NOT_IMPLEMENTED (-5) |
Specifies that the operation failed because it is not implemented. | |
#define | FASTFORMAT_INIT_RC_CANNOT_CREATE_TSS_INDEX (-6) |
Specifies that the operation failed because a Thread-Specific Storage key could not be created. | |
#define | FASTFORMAT_INIT_RC_CANNOT_CREATE_THREAD (-7) |
Specifies that the operation failed because a thread could not be created. |
|
|
FastFormat Library documentation © Matthew Wilson, 2006-2009 |
|