我试图把一个CInputBatchDlg的成员变量int SCLXID放入以下的消息映射中
ON_CBN_EDITCHANGE(SCLXID, OnEditchangeCombo)
会报如下错误,请问怎样将SCLXID转换成正确的类型。error C2440: 'type cast' : cannot convert from 'int CInputBatchDlg::*' to 'unsigned short'
        Conversion is a valid standard conversion, which can be performed implicitly or  by use of static_cast, C-style cast or function-style cast