⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 call_back_devicerefresh.h

📁 ZORAN 962/966 SOURCE CODE,DVD chip
💻 H
字号:
/* **************************************************************************************
*  Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
*  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
*  File: $Workfile: call_back_DeviceRefresh.h $
*
* Description:
* ============
*
*
****************************************************************************************/
#include "Config.h"		/* Global Configuration - do not remove! */

#ifndef _CALL_BACK_DEVICEREFRESH_H
#define _CALL_BACK_DEVICEREFRESH_H

#include "GUI\Menu_system\ms_send_op.h"
#include "Menu\menu_operation_def.h"

#define CB_DeviceRefreshInsertDevice(_DeviceID_)			MS_SEND_OP(MS_OP_CORE_INSERT_DEVICE, _DeviceID_)
#define CB_DeviceRefreshCacheFinished(_DeviceID_)		MS_SEND_OP(MS_OP_CORE_CACHE_FINISHED, _DeviceID_)
#define CB_DeviceRefreshReleaseFinished(_DeviceID_)		MS_SEND_OP(MS_OP_CORE_RELEASE_FINISHED, _DeviceID_)
#define CB_DeviceRefreshCacheFailed(_DeviceID_)			MS_SEND_OP(MS_OP_CORE_CACHE_FAILED, _DeviceID_)
#define CB_DeviceRefreshCacheAbort(_DeviceID_)			MS_SEND_OP(MS_OP_CORE_CACHE_ABORT, _DeviceID_)

#endif /* _CALL_BACK_DEVICEREFRESH_H */

⌨️ 快捷键说明

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