MyModem.h
资源名称:112.rar [点击查看]
上传用户:hjb520
上传日期:2022-08-08
资源大小:1251k
文件大小:1k
源码类别:
Windows CE
开发平台:
Visual C++
- // MyModem.h : main header file for the MYMODEM application
- //
- #if !defined(AFX_MYMODEM_H__882EC211_187C_412E_BAAF_EFF0AD2593A9__INCLUDED_)
- #define AFX_MYMODEM_H__882EC211_187C_412E_BAAF_EFF0AD2593A9__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // CMyModemApp:
- // See MyModem.cpp for the implementation of this class
- //
- class CMyModemApp : public CWinApp
- {
- public:
- CMyModemApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMyModemApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CMyModemApp)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MYMODEM_H__882EC211_187C_412E_BAAF_EFF0AD2593A9__INCLUDED_)