meta_error_handler.h

来自「MTK_NVRAM_Editor的源码,可能对你们有用哦」· C头文件 代码 · 共 57 行

H
57
字号
/*****************************************************************************
*  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) 2002
*
*****************************************************************************/

/*******************************************************************************
* Filename:
* ---------
*  META_error_handler.h
*
* Project:
* --------
*   META
*
* Description:
* ------------
*   META error handler header file
*
* Author:
* -------
*  FZ Hsu (mtk00303)
*
*==============================================================================
*           HISTORY
* Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*------------------------------------------------------------------------------
* $Revision:   1.1  $
* $Modtime:   Aug 13 2002 14:46:48  $
* $Log:   //mtkvs01/vmdata/meta_lab/archives/META_error_handler.h-arc  $
 * 
 *    Rev 1.1   Sep 04 2002 16:29:56   mtk00303
 * checkin in new version
*
*------------------------------------------------------------------------------
* Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*==============================================================================
*******************************************************************************/

#ifndef META_error_handler.cpp
#define META_error_handler.cpp

 #include "meta.h"
 // modified by Andy Ueng
 //extern void error_handler(META_ERR_CODE m_err);
 extern void __stdcall error_handler(META_CNF_ERR_CODE m_err);
 // end of modified
 extern void META_result_handler(META_RESULT mr);

#endif 

 

⌨️ 快捷键说明

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