📄 o_smartpic_slider.h
字号:
/* **************************************************************************************
* Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
* File: $Workfile: o_smartpic_slider.h $
*
* Description:
* ============
* Project definition of the MSO_SMARTPIC
*
****************************************************************************************/
#ifndef __O_SMARTPICSLIDER_H__
#define __O_SMARTPICSLIDER_H__
#ifdef D_SETUP_USE_SLIDE_FOR_SMART_PIC
#include "Components\smart_picture\o_smartpic_slider_defs.h"
extern CONST MS_DESCRIPTOR_SMARTPIC oSmartPicControlDescriptor ;
/***************************************************************************************
* Function : OSmartPic_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 Smart Pic componet if opened successfully, otherwise NULL.
*
* Desc : Creates, and displays a Smart pic component.
****************************************************************************************/
MSO_OBJECT __NEAR* OSmartPic_OpenAtPos(MSO_CONTAINER __NEAR* pParent, UINT16 wStartX, UINT16 wStartY);
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -