md_msg.h_bak

来自「多串口下载手机软件的软件」· H_BAK 代码 · 共 60 行

H_BAK
60
字号
/*****************************************************************************
*  Copyright Statement:
*  --------------------
*  This software is protected by Copyright and the information contained
*  herein is confidential. The software may not be copied and the information
*  contained herein may not be used or disclosed except with the written
*  permission of MediaTek Inc. (C) 2001
*
*****************************************************************************/

/*****************************************************************************
 *
 * Filename:
 * ---------
 *   MD_msg.h
 *
 * Project:
 * --------
 *   Maui META APP
 *
 * Description:
 * ------------
 *  Multiport download message header
 *
 * Author:
 * -------
 *  Andy Ueng (mtk00490)
 *
 *============================================================================
 *             HISTORY
 * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
 *------------------------------------------------------------------------------
 * $Revision$
 * $Modtime$
 * $Log$
 * 
 *------------------------------------------------------------------------------
 * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
 *============================================================================
 ****************************************************************************/

//---------------------------------------------------------------------------


#ifndef _MD_MSG_
#define _MD_MSG_

#include <windows.h>
//------------------------------------------------------------------------------
typedef  enum {
         WM_META_MSG_START = WM_USER+100,
         WM_MD_SELECT_DOWNLOAD_TYPE_FAIL,
         WM_MD_DOWNLOAD_DA_INIT,
         WM_MD_DOWNLOAD_SUCCESSFUL,
         WM_MD_DOWNLOAD_ERROR,
         
         WM_META_MSG_END 
     } MDMsg;
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?