📄 o_sacd.h
字号:
/* **************************************************************************************
* Copyright (c) 2004 ZORAN Corporation, All Rights Reserved
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
* File: $Workfile: o_sacd.h $
*
* Description:
* ============
* Project definition of the MSO_SACD
*
****************************************************************************************/
#include "Config.h" // Global Configuration - do not remove!
#if D_SUPPORT_SACD
#include "Include\SysDefs.h"
#ifndef __O_SACD_H__
#define __O_SACD_H__
#include "GUI\Menu_system\ms_object.h"
#include "GUI\Menu_system\ms_container.h"
#include "GUI\Menu_system\osd_rendering.h"
#include "Components\Sacd\o_sacd_defs.h"
extern CONST MS_DESCRIPTOR_SACD oSACDDescriptor;
/***************************************************************************************
* Function : OSACD_OpenAtPos
*
* In : pParent = Pointer to the parent container.
*
* wStartX = X position of the component. The default position (specified in the
* descriptor) is used in case this parameter is set to DEFAULT_POSITION.
*
* wStartY = Y position of the component.The default position (specified in the
* descriptor) is used in case this parameter is set to DEFAULT_POSITION.
*
* Out : None.
*
* Return : Pointer to the SACD component if opened successfully, otherwise NULL.
*
* Desc : Creates, and displays a SACd component at a specified position.
****************************************************************************************/
MSO_OBJECT __NEAR* OSACD_OpenAtPos(MSO_CONTAINER __NEAR* pParent, UINT16 wStartX, UINT16 wStartY);
#endif // __O_SACD_H__
#endif //D_SUPPORT_SACD
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -