Article ID: 119206
Article Last Modified on 11/6/1999
// In the class header file,
// generated message map functions protected:
//{{AFX_MSG(CMfccommView)
afx_msg LRESULT OnCommNotify(WPARAM wParam, LPARAM lParam);
<other handlers>
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
// In the source file defining the class:
BEGIN_MESSAGE_MAP(CMfccommView, CView)
//{{AFX_MSG_MAP(CMfccommView)
ON_MESSAGE(WM_COMMNOTIFY, OnCommNotify)
<other mappings>
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
Additional query words: 3.10 comm no32bi COM open close
Keywords: kb16bitonly KB119206