Commit 9d77faa8e258327360ad86fccf2966ba5aad9236
1 parent
9a72b233
Add Hayamiki constant for Message
Showing
1 changed file
with
59 additions
and
39 deletions
Show diff stats
CXM_message_constants.anubis
| 1 | 1 | /* |
| 2 | 2 | * |
| 3 | - * User: David RENE | |
| 3 | + * User: David RENÉ | |
| 4 | 4 | * Date: 07/04/2007 |
| 5 | 5 | * Time: 16:06 |
| 6 | - * (c) Calexium | |
| 6 | + * © Calexium | |
| 7 | 7 | * |
| 8 | 8 | */ |
| 9 | 9 | |
| 10 | -public define Word32 _NO_NAME_MSG = 0x00000000. | |
| 10 | +public define Word32 _NO_NAME_MSG = 0x00000000. | |
| 11 | 11 | |
| 12 | 12 | // **************** MAILBOX PROTOCOL *************** |
| 13 | 13 | |
| ... | ... | @@ -21,14 +21,14 @@ public define Word32 _CXM_FORCE_PUBLISH_MF_CONFIG = 0x33770007. // Ask the Ma |
| 21 | 21 | |
| 22 | 22 | // **************** PACKAGE BUILDER *************** |
| 23 | 23 | |
| 24 | -public define Word32 _CXM_PKG_MSG_BASIS = 0x33770400. // | |
| 25 | -public define Word32 _CXM_PKG_CONTAINER = 0x33770401. | |
| 26 | -public define Word32 _CXM_PKG_HEADER_PART = 0x33770402. // Header Message for Script | |
| 27 | -public define Word32 _CXM_PKG_SCRIPT_PART = 0x33770403. // Main Message for Script | |
| 28 | -public define Word32 _CXM_PKG_S_ADD_FILE = 0x33770404. // script action to add file in the destination | |
| 29 | -public define Word32 _CXM_PKG_S_RUN = 0x33770405. // script action to run a command | |
| 30 | -public define Word32 _CXM_PKG_INDEX_PART = 0x33770440. // ID of package Index part | |
| 31 | -public define Word32 _CXM_PKG_IDX_ENTRY = 0x33770441. // Index entry information | |
| 24 | +public define Word32 _CXM_PKG_MSG_BASIS = 0x33770400. // | |
| 25 | +public define Word32 _CXM_PKG_CONTAINER = 0x33770401. | |
| 26 | +public define Word32 _CXM_PKG_HEADER_PART = 0x33770402. // Header Message for Script | |
| 27 | +public define Word32 _CXM_PKG_SCRIPT_PART = 0x33770403. // Main Message for Script | |
| 28 | +public define Word32 _CXM_PKG_S_ADD_FILE = 0x33770404. // script action to add file in the destination | |
| 29 | +public define Word32 _CXM_PKG_S_RUN = 0x33770405. // script action to run a command | |
| 30 | +public define Word32 _CXM_PKG_INDEX_PART = 0x33770440. // ID of package Index part | |
| 31 | +public define Word32 _CXM_PKG_IDX_ENTRY = 0x33770441. // Index entry information | |
| 32 | 32 | |
| 33 | 33 | // **************** UPDATE SERVICE *************** |
| 34 | 34 | |
| ... | ... | @@ -104,57 +104,57 @@ public define Word32 _CXM_INSTALLER_GET_MODELS = 0x33772005. // return |
| 104 | 104 | |
| 105 | 105 | // ************* ACCOUNTS SERVICE ************* |
| 106 | 106 | |
| 107 | -public define Word32 _CXM_ACCOUNT_SERVICE_MSG_BASIS = 0x33772100. | |
| 107 | +public define Word32 _CXM_ACCOUNT_SERVICE_MSG_BASIS = 0x33772100. | |
| 108 | 108 | |
| 109 | 109 | // ************* MAILINGS SERVICE ************* |
| 110 | 110 | |
| 111 | -public define Word32 _CXM_MAILING_SERVICE_MSG_BASIS = 0x33772200. | |
| 112 | -public define Word32 _CXM_MAILING_SERVICE_ID = 0x33772200. // same as MSG_BASIS | |
| 111 | +public define Word32 _CXM_MAILING_SERVICE_MSG_BASIS = 0x33772200. | |
| 112 | +public define Word32 _CXM_MAILING_SERVICE_ID = 0x33772200. // same as MSG_BASIS | |
| 113 | 113 | |
| 114 | -public define Word32 _CXM_MAILING_CREATE_CONTACT = 0x33772201. | |
| 115 | -public define Word32 _CXM_MAILING_UPDATE_CONTACT = 0x33772202. | |
| 116 | -public define Word32 _CXM_MAILING_DELETE_CONTACT = 0x33772203. | |
| 114 | +public define Word32 _CXM_MAILING_CREATE_CONTACT = 0x33772201. | |
| 115 | +public define Word32 _CXM_MAILING_UPDATE_CONTACT = 0x33772202. | |
| 116 | +public define Word32 _CXM_MAILING_DELETE_CONTACT = 0x33772203. | |
| 117 | 117 | |
| 118 | -public define Word32 _CXM_MAILING_CREATE_MAILING = 0x33772211. | |
| 119 | -public define Word32 _CXM_MAILING_UPDATE_MAILING = 0x33772212. | |
| 120 | -public define Word32 _CXM_MAILING_DELETE_MAILING = 0x33772213. | |
| 118 | +public define Word32 _CXM_MAILING_CREATE_MAILING = 0x33772211. | |
| 119 | +public define Word32 _CXM_MAILING_UPDATE_MAILING = 0x33772212. | |
| 120 | +public define Word32 _CXM_MAILING_DELETE_MAILING = 0x33772213. | |
| 121 | 121 | |
| 122 | -public define Word32 _CXM_MAILING_ADD_CONTACT_TO_MAILING = 0x33772221. | |
| 123 | -public define Word32 _CXM_MAILING_REMOVE_CONTACT_FROM_MAILING = 0x33772222. | |
| 122 | +public define Word32 _CXM_MAILING_ADD_CONTACT_TO_MAILING = 0x33772221. | |
| 123 | +public define Word32 _CXM_MAILING_REMOVE_CONTACT_FROM_MAILING = 0x33772222. | |
| 124 | 124 | |
| 125 | 125 | |
| 126 | 126 | // ************* DIRECTORY SERVICE ************* |
| 127 | 127 | |
| 128 | -public define Word32 _CXM_DIRECTORY_SERVICE_MSG_BASIS = 0x33772300. | |
| 128 | +public define Word32 _CXM_DIRECTORY_SERVICE_MSG_BASIS = 0x33772300. | |
| 129 | 129 | |
| 130 | 130 | // ************* BACKUP SERVICE ************* |
| 131 | 131 | |
| 132 | -public define Word32 _CXM_BACKUP_SERVICE_MSG_BASIS = 0x33772400. | |
| 133 | -public define Word32 _CXM_BACKUP_SERVICE_ID = 0x33772401. | |
| 134 | -public define Word32 _CXM_BACKUP_GET_STATUS = 0x33772402. /// Get backup status for a given MF (can subscribe, subscribed, subscription end date...) | |
| 135 | -public define Word32 _CXM_BACKUP_STARTING_BACKUP = 0x33772403. /// Notify BackupService that backup process is starting | |
| 136 | -public define Word32 _CXM_BACKUP_FINISHING_BACKUP = 0x33772404. /// Notify BackupService that backup process is finishing | |
| 137 | -public define Word32 _CXM_BACKUP_STARTING_RESTORE = 0x33772405. /// Notify BackupService that restore process is starting | |
| 138 | -public define Word32 _CXM_BACKUP_FINISHING_RESTORE = 0x33772406. /// Notify BackupService that restore process is finishing | |
| 132 | +public define Word32 _CXM_BACKUP_SERVICE_MSG_BASIS = 0x33772400. | |
| 133 | +public define Word32 _CXM_BACKUP_SERVICE_ID = 0x33772401. | |
| 134 | +public define Word32 _CXM_BACKUP_GET_STATUS = 0x33772402. /// Get backup status for a given MF (can subscribe, subscribed, subscription end date...) | |
| 135 | +public define Word32 _CXM_BACKUP_STARTING_BACKUP = 0x33772403. /// Notify BackupService that backup process is starting | |
| 136 | +public define Word32 _CXM_BACKUP_FINISHING_BACKUP = 0x33772404. /// Notify BackupService that backup process is finishing | |
| 137 | +public define Word32 _CXM_BACKUP_STARTING_RESTORE = 0x33772405. /// Notify BackupService that restore process is starting | |
| 138 | +public define Word32 _CXM_BACKUP_FINISHING_RESTORE = 0x33772406. /// Notify BackupService that restore process is finishing | |
| 139 | 139 | |
| 140 | 140 | // ************* STATISTICS SERVICE ************* |
| 141 | 141 | |
| 142 | -public define Word32 _CXM_STATS_SERVICE_MSG_BASIS = 0x33772500. | |
| 142 | +public define Word32 _CXM_STATS_SERVICE_MSG_BASIS = 0x33772500. | |
| 143 | 143 | |
| 144 | 144 | // ************* SUPERVISER SERVICE ************* |
| 145 | 145 | |
| 146 | -public define Word32 _CXM_SUPERVISER_SERVICE_MSG_BASIS = 0x33772600. | |
| 146 | +public define Word32 _CXM_SUPERVISER_SERVICE_MSG_BASIS = 0x33772600. | |
| 147 | 147 | public define Word32 _CXM_SUPERVISER_SERVICE_ID = 0x33772600. |
| 148 | 148 | public define Word32 _CXM_SUPERVISER_GET_STATUS = 0x33772601. |
| 149 | 149 | |
| 150 | 150 | // ************* OTHER MESSAGES ************* |
| 151 | 151 | |
| 152 | -public define Word32 _CXM_MF_MODEL = 1296912196. // 'MMOD' | |
| 153 | -public define Word32 _CXM_MF_LICENSE = 1296845123. // 'MLIC' | |
| 152 | +public define Word32 _CXM_MF_MODEL = 1296912196. // 'MMOD' | |
| 153 | +public define Word32 _CXM_MF_LICENSE = 1296845123. // 'MLIC' | |
| 154 | 154 | |
| 155 | 155 | // ************* TEGAMIGAWA SERVICE ************* |
| 156 | 156 | |
| 157 | -public define Word32 _CXM_TEGAMIGAWA_SERVICE_MSG_BASIS = 0x33772700. | |
| 157 | +public define Word32 _CXM_TEGAMIGAWA_SERVICE_MSG_BASIS = 0x33772700. | |
| 158 | 158 | public define Word32 _CXM_TEGAMIGAWA_SERVICE_ID = 0x33772700. |
| 159 | 159 | public define Word32 _CXM_TEGAMIGAWA_REGISTER_CLIENT = 0x33772701. |
| 160 | 160 | |
| ... | ... | @@ -174,10 +174,30 @@ public define Word32 _CXM_KAIWA_RECEIVE_MESSAGE = 0x33772808. |
| 174 | 174 | |
| 175 | 175 | // ************************************************* |
| 176 | 176 | // ************* BASILIK SERVICES ************* |
| 177 | -public define Word32 _CXM_BSLK_MSG_BASIS = 0x33780000. | |
| 178 | -public define Word32 _CXM_BSLK_SERVICE_ID = 0x33780000. | |
| 179 | -public define Word32 _CXM_BSLKLP_SERVICE_ID = 0x33781000. | |
| 180 | -public define Word32 _CXM_BSLKLP_LOG = 0x33781001. | |
| 177 | +public define Word32 _CXM_BSLK_MSG_BASIS = 0x33780000. | |
| 178 | +public define Word32 _CXM_BSLK_SERVICE_ID = 0x33780000. | |
| 179 | +public define Word32 _CXM_BSLKLP_SERVICE_ID = 0x33781000. | |
| 180 | +public define Word32 _CXM_BSLKLP_LOG = 0x33781001. | |
| 181 | 181 | |
| 182 | 182 | |
| 183 | 183 | |
| 184 | +// ************************************************* | |
| 185 | +// ********* HAYAMIKI RESERVED SPACE ********** | |
| 186 | + | |
| 187 | +public define Word32 _CXM_HK_MSG_BASIS = 0x33790000. | |
| 188 | +public define Word32 _HK_DATABASE = 0x33790400. | |
| 189 | +public define Word32 _HK_APP = 0x33790401. | |
| 190 | +public define Word32 _HK_TABLE = 0x33790402. | |
| 191 | +public define Word32 _HK_MODEL = 0x33790403. | |
| 192 | +public define Word32 _HK_COLUMN = 0x33790404. | |
| 193 | +public define Word32 _HK_COLUMN_ATTRIBUTES = 0X33790405. | |
| 194 | +public define Word32 _HK_FIELD = 0x33790406. | |
| 195 | + | |
| 196 | +public define Word32 _HK_ICON = 0x33790410. | |
| 197 | +public define Word32 _HK_HELP_TEXT = 0x33790411. | |
| 198 | +public define Word32 _HK_MODEL_DISPLAY = 0x33790412. | |
| 199 | +public define Word32 _HK_LIST_VIEW = 0x33790413. | |
| 200 | +public define Word32 _HK_EDIT_VIEW = 0x33790414. | |
| 201 | +public define Word32 _HK_APP_NAME = 0x33790415. | |
| 202 | + | |
| 203 | +public define Word32 _CXM_HK_MSG_END = 0x3379FFFF. | ... | ... |