Defines | |
| #define | ALP_STATUS_LAUNCHER_DML_DATABASE_ERROR ((alp_status_t)ALP_CLASS_LAUNCHER_DML | 0x00030000) |
| Generic database error. | |
| #define | ALP_STATUS_LAUNCHER_DML_EXISTS ((alp_status_t)ALP_CLASS_LAUNCHER_DML | EEXIST) |
| The DML already has an entry for the specified bundle. | |
| #define | ALP_STATUS_LAUNCHER_DML_ICON_HELPER_ERROR ((alp_status_t)ALP_CLASS_LAUNCHER_DML | 0x00070000) |
| Failed loading the launcher DML icon helper. | |
| #define | ALP_STATUS_LAUNCHER_DML_INTERNAL_ERROR ((alp_status_t)ALP_CLASS_LAUNCHER_DML | 0x00050000) |
| The DML has encountered an internal logic error. | |
| #define | ALP_STATUS_LAUNCHER_DML_INVALID_COLUMN ((alp_status_t)ALP_CLASS_LAUNCHER_DML | 0x00040000) |
| The specified column does not match the type of the alp_launcher_dml_get_*() function called. | |
| #define | ALP_STATUS_LAUNCHER_DML_INVALID_LUID ((alp_status_t)ALP_CLASS_LAUNCHER_DML | 0x00010000) |
| A LUID parameter is invalid. Currently only for internal use. | |
| #define | ALP_STATUS_LAUNCHER_DML_INVALID_PARAMETER ((alp_status_t)ALP_CLASS_LAUNCHER_DML | EINVAL) |
| A function parameter is invalid, e.g. NULL when it shouldn't be. | |
| #define | ALP_STATUS_LAUNCHER_DML_NO_RECORD ((alp_status_t)ALP_CLASS_LAUNCHER_DML | 0x00020000) |
| A record could not be located. | |
| #define | ALP_STATUS_LAUNCHER_DML_NOMEM ((alp_status_t)ALP_CLASS_LAUNCHER_DML | ENOMEM) |
| An operation could not allocate memory. | |
| #define | ALP_STATUS_LAUNCHER_DML_UNKNOWN ((alp_status_t)ALP_CLASS_LAUNCHER_DML | 0x00060000) |
| The DML has encountered an error that can't be classified. | |
|
|
Generic database error.
|
|
|
The DML already has an entry for the specified bundle.
|
|
|
Failed loading the launcher DML icon helper.
|
|
|
The DML has encountered an internal logic error.
|
|
|
The specified column does not match the type of the alp_launcher_dml_get_*() function called.
|
|
|
A LUID parameter is invalid. Currently only for internal use.
|
|
|
A function parameter is invalid, e.g. NULL when it shouldn't be.
|
|
|
A record could not be located.
|
|
|
An operation could not allocate memory.
|
|
|
The DML has encountered an error that can't be classified.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.