Commit cc0b211951d4d53c4eb0330d17351363a1974a25
1 parent
13f21b89
add constants message for Admin API
Showing
1 changed file
with
7 additions
and
2 deletions
Show diff stats
CXM_message_constants.anubis
| ... | ... | @@ -102,9 +102,14 @@ public define Word32 _CXM_INSTALLER_GET_MODELS = 0x33772005. // return |
| 102 | 102 | // ************************************************* |
| 103 | 103 | // ************* MF API ************* |
| 104 | 104 | |
| 105 | -// ************* ACCOUNTS SERVICE ************* | |
| 105 | +// ************* ADMIN SERVICE ************* | |
| 106 | + | |
| 107 | +public define Word32 _CXM_ADMIN_SERVICE_MSG_BASIS = 0x33772100. | |
| 108 | +public define Word32 _CXM_ADMIN_SERVICE_ID = 0x33772100. | |
| 109 | +public define Word32 _CXM_ADMIN_CREATE_ACCOUNT = 0x33772101. | |
| 110 | +public define Word32 _CXM_ADMIN_DELETE_ACCOUNT = 0x33772102. | |
| 111 | +public define Word32 _CXM_ADMIN_SEND_MAIL = 0x33772103. | |
| 106 | 112 | |
| 107 | -public define Word32 _CXM_ACCOUNT_SERVICE_MSG_BASIS = 0x33772100. | |
| 108 | 113 | |
| 109 | 114 | // ************* MAILINGS SERVICE ************* |
| 110 | 115 | ... | ... |