Commit edb40a09dd25efb443830b1554034b14e23cf62f
1 parent
f269b7e5
Add constants for ERP messages
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
calexium_lib/CXM_message_constants.anubis
| ... | ... | @@ -78,3 +78,5 @@ public define Word32 _CXM_GANDI_CREATE_DOMAIN = 0x33771D03. // 'DOMAIN' |
| 78 | 78 | public define Word32 _CXM_INSTALLER_SERVICE_MSG_BASIS= 0x33772000. |
| 79 | 79 | public define Word32 _CXM_INSTALLER_SERVICE_ID = 0x33772001. |
| 80 | 80 | public define Word32 _CXM_INSTALLER_REGISTER_APP_ID = 0x33772002. |
| 81 | +public define Word32 _CXM_INSTALLER_GET_NEW_SERIALS = 0x33772003. | |
| 82 | +public define Word32 _CXM_INSTALLER_CONFIRM_SERIALS_PUBLICATION = 0x33772004. | ... | ... |