📄 mso_message_defs.h
字号:
/****************************************************************************************************
* Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
* File: o_message_defs.h
*
* Description:
* =========
*
****************************************************************************************************/
#include "Config.h" // Global Configuration - do not remove!
#include "include\sysdefs.h" // Global definition - do not remove!
#ifndef _O_MESSAGE_DEFS_H_
#define _O_MESSAGE_DEFS_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
/****************************************************************************************************
* DEFINITION: Public named constants
****************************************************************************************************/
/****************************************************************************************************
* DEFINITION: Public macros
****************************************************************************************************/
/****************************************************************************************************
* DEFINITION: Public typedefs
****************************************************************************************************/
typedef struct {
MS_DESCRIPTOR moDescriptor;
UINT16 mwTextColor;
UINT16 mwTextX;
UINT16 mwTextY;
UINT8 mcTextHorizontal;
UINT8 mcTextVertical;
UINT16 mwIconX;
UINT16 mwIconY;
UINT8 mcIconHorizontal;
UINT8 mcIconVertical;
CONST UINT8* mpBgBmp;
UINT16 mwDefaultTimeout;
UINT16 mwCoreTime;
}MS_DESCRIPTOR_MESSAGE;
typedef struct
{
SC_PTR mScFormUniStr;
CONST UINT8* mpIcon;
UINT16 mwTimer;
UINT16 mwCoreTimer;
MS_OP mMsOpMsg;
// TODO: Remove and never add code using mMsOpMsgPrevious
#ifdef D_TEMPORARILY_KEEP_MS_OP_MSG_PREVIOUS_FOR_BRANCHED_OUT_CUSTOMERS
MS_OP mMsOpMsgPrevious;
#endif //D_TEMPORARILY_KEEP_MS_OP_MSG_PREVIOUS_FOR_BRANCHED_OUT_CUSTOMERS
} MS_PARAM_MESSAGE;
typedef struct
{
MSO_OBJECT moObject;
MS_PARAM_MESSAGE moParam;
} MSO_MESSAGE;
#endif //_O_MESSAGE_DEFS_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -