📄 event.h
字号:
/*** \def FX_STATUS_WAITING_AUTH* \brief waitting user to add you.**/#define FX_STATUS_WAITING_AUTH FX_EVENT_BASE + 0x004B /*** \def FX_STATUS_REFUSE* \brief user status refuse to add you.**/#define FX_STATUS_REFUSE FX_EVENT_BASE + 0x004C /*** \def FX_STATUS_BLACK* \brief this user is in Blacklist of you.**/#define FX_STATUS_BLACK FX_EVENT_BASE + 0x004D /*** \def FX_STATUS_MOBILE* \brief it is mobile user.**/#define FX_STATUS_MOBILE FX_EVENT_BASE + 0x004E/*** \def FX_STATUS_SMSEXTENED* \brief the user of sms extend is chagend.**/#define FX_STATUS_SMSEXTENED FX_EVENT_BASE + 0x004F/** @} end of online_event *//** * \defgroup system_misc_event Libfetion System Event * @{ *//*** \def FX_ACCOUNT_UPDATA_OK* \brief the updata account opt ok** This message is posted when the updata account opt is ok.. *\code * case FX_ACCOUNT_UPDATA_OK: * long who = (long)lParam; * * printf("the id of [%ld] user updata its info ok, you can the new info of it \n, ", who ); * * \endcode * * \param lParam The updata info account 's uid.*/#define FX_ACCOUNT_UPDATA_OK FX_EVENT_BASE + 0x0050 //更新用户信息OK/*** \def FX_ADD_GROUP_OK* \brief fetion add group ok.**/#define FX_ADD_GROUP_OK FX_EVENT_BASE + 0x0051 //增加用户组信息OK/*** \def FX_ADD_GROUP_FAIL* \brief fetion add group fail.**/#define FX_ADD_GROUP_FAIL FX_EVENT_BASE + 0x0052 //增加用户组信息FAIL/*** \def FX_ADD_GROUP_TIMEOUT* \brief fetion add group fail of timeout.**/#define FX_ADD_GROUP_TIMEOUT FX_EVENT_BASE + 0x0053 //增加用户组信息timeout/*** \def FX_DEL_GROUP_OK* \brief fetion delete group ok.**/#define FX_DEL_GROUP_OK FX_EVENT_BASE + 0x0054 //删除用户组信息OK/*** \def FX_DEL_GROUP_FAIL* \brief fetion delete group fail.**/#define FX_DEL_GROUP_FAIL FX_EVENT_BASE + 0x0055 //删除用户组信息FAIL/*** \def FX_DEL_GROUP_TIMEOUT* \brief fetion delete group fail of timeout.**/#define FX_DEL_GROUP_TIMEOUT FX_EVENT_BASE + 0x0056 //删除用户组信息timeout/*** \def FX_RENAME_GROUP_OK* \brief fetion rename group ok.**/#define FX_RENAME_GROUP_OK FX_EVENT_BASE + 0x0057 //重命名用户组OK/*** \def FX_RENAME_GROUP_FAIL* \brief fetion rename group fail.**/#define FX_RENAME_GROUP_FAIL FX_EVENT_BASE + 0x0058 //重命名用户组FAIL/*** \def FX_RENAME_GROUP_TIMEOUT* \brief fetion rename group fail of timeout.**/#define FX_RENAME_GROUP_TIMEOUT FX_EVENT_BASE + 0x0059 //重命名用户组timeout/*** \def FX_SET_BUDDY_INFO_OK* \brief fetion set account loacl name ok.**/#define FX_SET_BUDDY_INFO_OK FX_EVENT_BASE + 0x005A //设置用户本地名称OK/*** \def FX_SET_BUDDY_INFO_FAIL* \brief fetion set account loacl name fail.**/#define FX_SET_BUDDY_INFO_FAIL FX_EVENT_BASE + 0x005B //设置用户本地名称FAIL/*** \def FX_SET_BUDDY_INFO_TIMEOUT* \brief fetion set account loacl name fail of timeout.**/#define FX_SET_BUDDY_INFO_TIMEOUT FX_EVENT_BASE + 0x005C //设置用户本地名称timeout/*** \def FX_ADDACCOUNT_APP* \brief fetion have a addaccount request.**/#define FX_ADDACCOUNT_APP FX_EVENT_BASE + 0x005D ///*** \def FX_ADD_BUDDY_OK* \brief fetion add account ok.**/#define FX_ADD_BUDDY_OK FX_EVENT_BASE + 0x005E // /*** \def FX_SYS_ERR_NETWORK* \brief fetion syetem error of network, when usr receive this message, should quit fetion.**/#define FX_SYS_ERR_NETWORK FX_EVENT_BASE + 0x0061 /*** \def FX_SYS_DEREGISTERED* \brief fetion user had login in other pc, * and the server shutdown the connect, so we should relogin of this fetion when * receive this message.**/#define FX_SYS_DEREGISTERED FX_EVENT_BASE + 0x0062 /*** \def FX_SET_STATE_OK* \brief fetion set user state ok.**/#define FX_SET_STATE_OK FX_EVENT_BASE + 0x0063 /*** \def FX_SET_STATE_FAIL* \brief fetion set user state fail.**/#define FX_SET_STATE_FAIL FX_EVENT_BASE + 0x0064 /*** \def FX_SET_STATE_TIMEOUT* \brief fetion set user state timeout.**/#define FX_SET_STATE_TIMEOUT FX_EVENT_BASE + 0x0065 /*** \def FX_SET_IMPRESA_OK* \brief fetion set user impresa ok.**/#define FX_SET_IMPRESA_OK FX_EVENT_BASE + 0x0066 /*** \def FX_SET_IMPRESA_FAIL* \brief fetion set user impresa fail.**/#define FX_SET_IMPRESA_FAIL FX_EVENT_BASE + 0x0067 /*** \def FX_SET_NICKNAME_OK* \brief fetion set user nickname ok**/#define FX_SET_NICKNAME_OK FX_EVENT_BASE + 0x0068 /*** \def FX_SET_NICKNAME_FAIL* \brief fetion set user nickname fail**/#define FX_SET_NICKNAME_FAIL FX_EVENT_BASE + 0x0069 /*** \def FX_SET_REFUSE_SMS_DAY_OK* \brief fetion set user refuse sms day ok**/#define FX_SET_REFUSE_SMS_DAY_OK FX_EVENT_BASE + 0x006A /*** \def FX_SET_REFUSE_SMS_DAY_FAIL* \brief fetion set user refuse sms day fail **/#define FX_SET_REFUSE_SMS_DAY_FAIL FX_EVENT_BASE + 0x006B /*** \def FX_ADD_BLACKLIST_OK* \brief fetion add user blacklist ok. ** lParam is uid**/#define FX_ADD_BLACKLIST_OK FX_EVENT_BASE + 0x0071 /*** \def FX_ADD_BLACKLIST_FAIL* \brief fetion add user blacklist fail. ** lParam is uid**/#define FX_ADD_BLACKLIST_FAIL FX_EVENT_BASE + 0x0072 /*** \def FX_ADD_BLACKLIST_TIMEOUT* \brief fetion add user blacklist timeout. **/#define FX_ADD_BLACKLIST_TIMEOUT FX_EVENT_BASE + 0x0073 /*** \def FX_REMOVE_BLACKLIST_OK* \brief fetion remove user blacklist ok. ** lParam is uid**/#define FX_REMOVE_BLACKLIST_OK FX_EVENT_BASE + 0x0074 /*** \def FX_REMOVE_BLACKLIST_FAIL* \brief fetion remove user blacklist fail. ** lParam is uid**/#define FX_REMOVE_BLACKLIST_FAIL FX_EVENT_BASE + 0x0075/*** \def FX_REMOVE_BLACKLIST_TIMEOUT* \brief fetion remove user blacklist timeout. **/#define FX_REMOVE_BLACKLIST_TIMEOUT FX_EVENT_BASE + 0x0076 /*** \def FX_DEL_BUDDY_OK* \brief fetion delete friend ok. ** lParam is uid**/#define FX_DEL_BUDDY_OK FX_EVENT_BASE + 0x0081 /*** \def FX_DEL_BUDDY_FAIL* \brief fetion delete friend fail. ** lParam is uid**/#define FX_DEL_BUDDY_FAIL FX_EVENT_BASE + 0x0082/*** \def FX_DEL_BUDDY_TIMEOUT* \brief fetion delete friend timeout. **/#define FX_DEL_BUDDY_TIMEOUT FX_EVENT_BASE + 0x0083 /*** \def FX_MOVE_GROUP_OK* \brief fetion move the account 's group opt ok. **/#define FX_MOVE_GROUP_OK FX_EVENT_BASE + 0x0084 /*** \def FX_MOVE_GROUP_FAIL* \brief fetion move the account 's group opt fail. **/#define FX_MOVE_GROUP_FAIL FX_EVENT_BASE + 0x0085 /*** \def FX_RECEIVE_FILE* \brief fetion receive a file message. ** wParam is F_FILE_INFO * lParam is uid*/#define FX_RECEIVE_FILE FX_EVENT_BASE + 0x0085 /*** \def FX_CURRENT_VERSION* \brief return the current version of libfetion(this message is just using in GUI Application) . ** \param wParam The current version value.*/ #define FX_CURRENT_VERSION FX_EVENT_BASE + 0x0086 /** @} end of system_misc_event *//** * \defgroup qun_event Libfetion Qun Event * @{ *//*** \def FX_GET_QUNLIST_OK* \brief fetion get qun list ok. **/#define FX_GET_QUNLIST_OK FX_EVENT_BASE + 0x0091/*** \def FX_GET_QUNLIST_FAIL* \brief fetion get qun list fail. **/#define FX_GET_QUNLIST_FAIL FX_EVENT_BASE + 0x0092/*** \def FX_QUN_GP_OK* \brief fetion sub qun ok. **/#define FX_QUN_GP_OK FX_EVENT_BASE + 0x0093/*** \def FX_QUN_SEND_OK* \brief fetion send qun im message ok. **/#define FX_QUN_SEND_OK FX_EVENT_BASE + 0x0094/*** \def FX_QUN_SEND_TIMEOUT* \brief fetion send qun im message timeout. **/#define FX_QUN_SEND_TIMEOUT FX_EVENT_BASE + 0x0095/*** \def FX_QUN_SEND_FAIL* \brief fetion send qun im message fail. **/#define FX_QUN_SEND_FAIL FX_EVENT_BASE + 0x0096/*** \def FX_QUN_SMS_OK* \brief fetion send qun sms message ok. **/#define FX_QUN_SMS_OK FX_EVENT_BASE + 0x0097/*** \def FX_QUN_SMS_TIMEOUT* \brief fetion send qun sms message timeout. **/#define FX_QUN_SMS_TIMEOUT FX_EVENT_BASE + 0x0098/*** \def FX_QUN_SMS_FAIL* \brief fetion send qun sms message fail. **/#define FX_QUN_SMS_FAIL FX_EVENT_BASE + 0x0099/*** \def FX_QUN_SMS_FAIL_LIMIT* \brief fetion send qun sms message fail by daily limit . **/#define FX_QUN_SMS_FAIL_LIMIT FX_EVENT_BASE + 0x009A/** @} end of qun_event *//** * \defgroup net_test_event Libfetion Qun Event * @{ *//*** \def FX_GET_QUNLIST_OK* \brief fetion get qun list ok. **/#define FX_NET_OK FX_EVENT_BASE + 0x00A1/** @} end of net_test_event *//** @} end of events */#ifdef __cplusplus } #endif #endif /* _LIBFETION_EVENT_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -