USBport.h
资源名称:USBport.rar [点击查看]
上传用户:heren8
上传日期:2015-08-22
资源大小:23k
文件大小:1k
源码类别:
ICQ弱点检测代码
开发平台:
Visual C++
- // USBport.h : main header file for the USBPORT application
- //
- #if !defined(AFX_USBPORT_H__D4B1F242_EDB8_472A_8F09_455B5A004A06__INCLUDED_)
- #define AFX_USBPORT_H__D4B1F242_EDB8_472A_8F09_455B5A004A06__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
- /////////////////////////////////////////////////////////////////////////////
- // CUSBportApp:
- // See USBport.cpp for the implementation of this class
- //
- class CUSBportApp : public CWinApp
- {
- public:
- CUSBportApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CUSBportApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CUSBportApp)
- // 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 Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_USBPORT_H__D4B1F242_EDB8_472A_8F09_455B5A004A06__INCLUDED_)