This header provides a set of result codes for MAPISTORE function calls. More...
Enumerations | |
enum | mapistore_error { MAPISTORE_SUCCESS = 0, MAPISTORE_ERROR = 1, MAPISTORE_ERR_NO_MEMORY = 2, MAPISTORE_ERR_ALREADY_INITIALIZED = 3, MAPISTORE_ERR_NOT_INITIALIZED = 4, MAPISTORE_ERR_CORRUPTED = 5, MAPISTORE_ERR_INVALID_PARAMETER = 6, MAPISTORE_ERR_NO_DIRECTORY = 7, MAPISTORE_ERR_DATABASE_INIT = 8, MAPISTORE_ERR_DATABASE_OPS = 9, MAPISTORE_ERR_BACKEND_REGISTER = 10, MAPISTORE_ERR_BACKEND_INIT = 11, MAPISTORE_ERR_CONTEXT_FAILED = 12, MAPISTORE_ERR_INVALID_NAMESPACE = 13, MAPISTORE_ERR_INVALID_URI = 14, MAPISTORE_ERR_NOT_FOUND = 15, MAPISTORE_ERR_REF_COUNT = 16, MAPISTORE_ERR_EXIST = 17, MAPISTORE_ERR_INVALID_DATA = 18, MAPISTORE_ERR_MSG_SEND = 19, MAPISTORE_ERR_MSG_RCV = 20, MAPISTORE_ERR_DENIED = 21, MAPISTORE_ERR_CONN_REFUSED = 22, MAPISTORE_ERR_NOT_AVAILABLE = 23, MAPISTORE_ERR_NOT_IMPLEMENTED } |
This header provides a set of result codes for MAPISTORE function calls.
enum mapistore_error |
![]() ![]() ![]() |
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |