o_chnl_scanning.h
来自「Zoran V966 DVD 解码 Soc芯片的源程序」· C头文件 代码 · 共 26 行
H
26 行
/* **************************************************************************************
* Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
* File: $Workfile$
*
* Description:
* ============
*
*
****************************************************************************************/
#ifndef _O_CHNL_SCANNING_H_
#define _O_CHNL_SCANNING_H_
#include "Config.h" // Global Configuration - do not remove!
#include "include\sysdefs.h"
#include "Components\Chnl_Scanning\O_Chnl_Scanning_defs.h"
extern CONST MS_DESCRIPTOR_SCANNING oScanningControl;
extern MSO_OBJECT __NEAR* OScanning_OpenAtPos(MSO_CONTAINER __NEAR* pParent, UINT16 wStartX, UINT16 wStartY);
#endif //_O_CHNL_SCANNING_H_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?