//{{AFX_MSG(CGolfView) afx_msg BOOL OnComm(); //}}AFX_MSG 这开头和结尾的都被注释掉了是不是没什么用//{{AFX_MSG(CSerialPortActivexDlg)virtual BOOL OnInitDialog();afx_msg void OnSysCommand(UINT nID,LPARAM lParam);afx_msg void OnPaint

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/26 09:29:33

//{{AFX_MSG(CGolfView) afx_msg BOOL OnComm(); //}}AFX_MSG 这开头和结尾的都被注释掉了是不是没什么用//{{AFX_MSG(CSerialPortActivexDlg)virtual BOOL OnInitDialog();afx_msg void OnSysCommand(UINT nID,LPARAM lParam);afx_msg void OnPaint
//{{AFX_MSG(CGolfView) afx_msg BOOL OnComm(); //}}AFX_MSG 这开头和结尾的都被注释掉了是不是没什么用
//{{AFX_MSG(CSerialPortActivexDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID,LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnClearButton();
afx_msg void OnSendButton();
afx_msg void OnCommMscomm1();
DECLARE_EVENTSINK_MAP()
//}}AFX_MSG
像这样的,开头和结尾注释的掉的我可不可以不写啊

//{{AFX_MSG(CGolfView) afx_msg BOOL OnComm(); //}}AFX_MSG 这开头和结尾的都被注释掉了是不是没什么用//{{AFX_MSG(CSerialPortActivexDlg)virtual BOOL OnInitDialog();afx_msg void OnSysCommand(UINT nID,LPARAM lParam);afx_msg void OnPaint
这是微软的注释宏,有作用的,一般不可以去掉.你去百度下注释宏就知道了