MMI.h
上传用户:lqx1163
上传日期:2014-08-13
资源大小:9183k
文件大小:5k
源码类别:

MTK

开发平台:

C/C++

  1. /*****************************************************************************
  2. *  Copyright Statement:
  3. *  --------------------
  4. *  This software is protected by Copyright and the information contained
  5. *  herein is confidential. The software may not be copied and the information
  6. *  contained herein may not be used or disclosed except with the written
  7. *  permission of MediaTek Inc. (C) 2005
  8. *
  9. *  BY OPENING THIS FILE, BUYER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES
  10. *  THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE")
  11. *  RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO BUYER ON
  12. *  AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES,
  13. *  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
  14. *  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
  15. *  NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE
  16. *  SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR
  17. *  SUPPLIED WITH THE MEDIATEK SOFTWARE, AND BUYER AGREES TO LOOK ONLY TO SUCH
  18. *  THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. MEDIATEK SHALL ALSO
  19. *  NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE RELEASES MADE TO BUYER'S
  20. *  SPECIFICATION OR TO CONFORM TO A PARTICULAR STANDARD OR OPEN FORUM.
  21. *
  22. *  BUYER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND CUMULATIVE
  23. *  LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
  24. *  AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
  25. *  OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO
  26. *  MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE. 
  27. *
  28. *  THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE
  29. *  WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF
  30. *  LAWS PRINCIPLES.  ANY DISPUTES, CONTROVERSIES OR CLAIMS ARISING THEREOF AND
  31. *  RELATED THERETO SHALL BE SETTLED BY ARBITRATION IN SAN FRANCISCO, CA, UNDER
  32. *  THE RULES OF THE INTERNATIONAL CHAMBER OF COMMERCE (ICC).
  33. *
  34. *****************************************************************************/
  35. /*******************************************************************************
  36.  * Filename:
  37.  * ---------
  38.  * MMI.h
  39.  *
  40.  * Project:
  41.  * --------
  42.  *   MAUI
  43.  *
  44.  * Description:
  45.  * ------------
  46.  *   This file is intends for PC simulator reference.
  47.  *
  48.  * Author:
  49.  * -------
  50.  * -------
  51.  *
  52.  *==============================================================================
  53.  *  HISTORY
  54.  * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
  55.  *------------------------------------------------------------------------------
  56.  * removed!
  57.  *
  58.  * removed!
  59.  * removed!
  60.  * removed!
  61.  * removed!
  62.  *
  63.  *------------------------------------------------------------------------------
  64.  * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
  65.  *==============================================================================
  66.  *******************************************************************************/
  67. #ifdef MMI_ON_WIN32
  68. #if !defined(AFX_MMI_H__692BE0F9_A38B_46BC_89BC_D986013C8256__INCLUDED_)
  69. #define AFX_MMI_H__692BE0F9_A38B_46BC_89BC_D986013C8256__INCLUDED_
  70. #if _MSC_VER > 1000
  71. #pragma once
  72. #endif // _MSC_VER > 1000
  73. #include <windows.h>
  74. #include "resource.h"
  75. #define MAX_LOADSTRING 100
  76. // Global Variables:
  77. HINSTANCE hInst; // current instance
  78. TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
  79. TCHAR szWindowClass[MAX_LOADSTRING]; // The title bar text
  80. // Foward declarations of functions included in this code module:
  81. ATOM MyRegisterClass(HINSTANCE hInstance);
  82. BOOL InitInstance(HINSTANCE, int);
  83. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  84. LRESULT CALLBACK About(HWND, UINT, WPARAM, LPARAM);
  85. /***************** Magesh **********/
  86. // display skin & referesh window
  87. extern void SkinDisplay(HWND hWnd/*, HINSTANCE hInst*/);
  88. extern void RefereshWindow(HWND hWnd);
  89. extern UINT GetKeyCode();
  90. extern BOOL TouchScreenSimButtonDown(void);
  91. extern BOOL TouchScreenSimButtonMove(void);
  92. extern BOOL TouchScreenSimButtonUp(void);
  93. /***************** Magesh **********/
  94. /***************** Vijay **********/
  95. #ifdef __cplusplus
  96. extern "C"
  97. {
  98. #endif
  99. #include "QueueGprot.h"
  100. extern void InitApplication();
  101. #ifdef __cplusplus
  102. }
  103. #endif
  104. /* handle to current window */
  105. #ifdef __cplusplus
  106. extern "C" 
  107. {
  108. #endif
  109. extern HWND hWnd;
  110. #ifdef __cplusplus
  111. }
  112. #endif
  113. /**********  Vijay ***********/
  114. #endif // !defined(AFX_MMI_H__692BE0F9_A38B_46BC_89BC_D986013C8256__INCLUDED_)
  115. #endif /* MMI_ON_WIN32 */