/******************** (C) COPYRIGHT 2010 STMicroelectronics ******************** * File Name : UsbHidDemonstrator.h * Author : MCD Application Team * Version : V1.0.2 * Date : 06/14/2010 * Description : main header file for the USBHIDDEMONSTRATOR application ******************************************************************************** * THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. * AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, * INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE * CONTENT OF SUCH SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING * INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. *******************************************************************************/ #if !defined(AFX_USBHIDDEMONSTRATOR_H__DE90358C_26AB_45EB_AEB9_2DC241F44CBF__INCLUDED_) #define AFX_USBHIDDEMONSTRATOR_H__DE90358C_26AB_45EB_AEB9_2DC241F44CBF__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 ///////////////////////////////////////////////////////////////////////////// // CUsbHidDemonstratorApp: // See UsbHidDemonstrator.cpp for the implementation of this class // class CUsbHidDemonstratorApp : public CWinApp { public: CUsbHidDemonstratorApp(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CUsbHidDemonstratorApp) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CUsbHidDemonstratorApp) // 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_USBHIDDEMONSTRATOR_H__DE90358C_26AB_45EB_AEB9_2DC241F44CBF__INCLUDED_)