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

📄 mso_message.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: o_message.h
*
* Description:
* =========
*
****************************************************************************************************/
#include "Config.h"		// Global Configuration - do not remove!
#include "include\sysdefs.h"	// Global definition - do not remove!

#ifndef _O_MESSAGE_H_
#define _O_MESSAGE_H_

/****************************************************************************************************
*	INCLUDE FILES: Only typedef header files are allowed to be included here.
****************************************************************************************************/
// Include C Standard

// Include project specific, only type definition header files are allowed to be included
#include "GUI\Menu_system\ms_object_defs.h"
#include "GUI\Object_class\Message\mso_message_defs.h"

/****************************************************************************************************
*	DEFINITION: Public named constants
****************************************************************************************************/
/****************************************************************************************************
*	DEFINITION: Public macros
****************************************************************************************************/
#define OMESSAGE_INFINITE_TIMEOUT	0		// Do not time-out this message

/****************************************************************************************************
*	DECLARATION: Public (global) variables
****************************************************************************************************/
/****************************************************************************************************
*	DECLARATION: Public functions
****************************************************************************************************/
MS_OP OMESSAGE_Operation(MSO_OBJECT __NEAR* pThis, MS_OP MsOp, UINT32 lParam);
BOOL OMESSAGE_FillOSDSeg(MSO_OBJECT __NEAR* pThis, MS_AREA __NEAR* pAbsArea);

#endif //_O_MESSAGE_H_

⌨️ 快捷键说明

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