MMSExample.hrh
上传用户:shsirius
上传日期:2013-10-20
资源大小:55k
文件大小:0k
开发平台:

C/C++

  1. /*
  2.         MMSExample.HRH - resource header file for MMSExample application
  3.         
  4. */
  5. #ifndef __MMSEXAMPLE_HRH__
  6. #define __MMSEXAMPLE_HRH__
  7. enum 
  8.     {
  9.     EMMSExampleCmdSend=100,
  10.     EClose
  11.     };
  12. enum 
  13.     {
  14.     EMMSExampleTelNumEditor
  15.     };
  16. #endif  //__MMSEXAMPLE_HRH__