o_drm_certification.h
来自「Zoran V966 DVD 解码 Soc芯片的源程序」· C头文件 代码 · 共 25 行
H
25 行
/* **************************************************************************************
* Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
* File: $Workfile: o_drm_certification.h $
*
* Description:
* ============
* Project definition of the MSO_DRM_CERTIFICATION
*
****************************************************************************************/
#include "Config.h" // Global Configuration - do not remove!
#include "include\sysdefs.h" // Global definition - do not remove!
#ifndef __O_DRM_CERTIFICATION_H__
#define __O_DRM_CERTIFICATION_H__
#include "Components\Drm\o_drm_certification_defs.h"
extern CONST MS_DESCRIPTOR_DRM_CERTI oDRMAuthorErrorDescriptor;
extern CONST MS_DESCRIPTOR_DRM_CERTI oDRMRentalExpiredDescriptor;
extern CONST MS_DESCRIPTOR_DRM_CERTI oDRMRentalConfirmDescriptor;
#endif // __O_DRM_CERTIFICATION_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?