?? o_karaoke.h
字號(hào):
/* **************************************************************************************
* Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
* File: $Workfile: o_karaoke.h $
*
* Description:
* ============
* Project definition of the MSO_KARAOKE
*
****************************************************************************************/
#ifndef __O_KARAOKE_H__
#define __O_KARAOKE_H__
#ifdef INTERNAL_KARAOKE
#include "Components\Karaoke\o_karaoke_defs.h"
extern CONST MS_DESCRIPTOR_KARAOKE oKaraokeDescriptor;
/***************************************************************************************
* Function : OKARAOKE_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 karaoke componet if opened successfully, otherwise NULL.
*
* Desc : Creates, and displays a karaoke component.
****************************************************************************************/
extern MSO_OBJECT __NEAR* OKARAOKE_OpenAtPos(MSO_CONTAINER __NEAR* pParent, UINT16 wStartX, UINT16 wStartY);
#endif // INTERNAL_KARAOKE
#endif // __O_KARAOKE_H__
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -