Commit 5e918f76fb599550e4f26360215967cece10052e
1 parent
74af2377
add MF INSTALLER SERVICE constants
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
calexium_lib/CXM_message_constants.anubis
| @@ -73,3 +73,8 @@ public define Word32 _CXM_GANDI_CREATE_CONTACT = 0x33771D02. // 'CLASS' | @@ -73,3 +73,8 @@ public define Word32 _CXM_GANDI_CREATE_CONTACT = 0x33771D02. // 'CLASS' | ||
| 73 | public define Word32 _CXM_GANDI_CREATE_DOMAIN = 0x33771D03. // 'DOMAIN' (String): Domain full name | 73 | public define Word32 _CXM_GANDI_CREATE_DOMAIN = 0x33771D03. // 'DOMAIN' (String): Domain full name |
| 74 | // 'OWNER' (String): Owner handle | 74 | // 'OWNER' (String): Owner handle |
| 75 | // --> CXM_ACK with 'DOMAIN_HANDLE' (String): Created handle for this domain | 75 | // --> CXM_ACK with 'DOMAIN_HANDLE' (String): Created handle for this domain |
| 76 | + // ************** MF INSTALLER SERVICE ************** | ||
| 77 | + | ||
| 78 | +public define Int32 _CXM_INSTALLER_SERVICE_MSG_BASIS= 0x33772000. | ||
| 79 | +public define Int32 _CXM_INSTALLER_SERVICE_ID = 0x33772001. | ||
| 80 | +public define Int32 _CXM_INSTALLER_REGISTER_APP_ID = 0x33772002. |