pixres.h
来自「symbian 下的helix player源代码」· C头文件 代码 · 共 238 行 · 第 1/2 页
H
238 行
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: pixres.h,v 1.1.44.1 2004/07/19 21:03:59 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
*
* The contents of this file, and the files included with this file,
* are subject to the current version of the RealNetworks Public
* Source License (the "RPSL") available at
* http://www.helixcommunity.org/content/rpsl unless you have licensed
* the file under the current version of the RealNetworks Community
* Source License (the "RCSL") available at
* http://www.helixcommunity.org/content/rcsl, in which case the RCSL
* will apply. You may also obtain the license terms directly from
* RealNetworks. You may not use this file except in compliance with
* the RPSL or, if you have a valid RCSL with RealNetworks applicable
* to this file, the RCSL. Please see the applicable RPSL or RCSL for
* the rights, obligations and limitations governing use of the
* contents of the file.
*
* Alternatively, the contents of this file may be used under the
* terms of the GNU General Public License Version 2 or later (the
* "GPL") in which case the provisions of the GPL are applicable
* instead of those above. If you wish to allow use of your version of
* this file only under the terms of the GPL, and not to allow others
* to use your version of this file under the terms of either the RPSL
* or RCSL, indicate your decision by deleting the provisions above
* and replace them with the notice and other provisions required by
* the GPL. If you do not delete the provisions above, a recipient may
* use your version of this file under the terms of any one of the
* RPSL, the RCSL or the GPL.
*
* This file is part of the Helix DNA Technology. RealNetworks is the
* developer of the Original Code and owns the copyrights in the
* portions it created.
*
* This file, and the files included with this file, is distributed
* and made available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY
* KIND, EITHER EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS
* ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET
* ENJOYMENT OR NON-INFRINGEMENT.
*
* Technology Compatibility Kit Test Suite(s) Location:
* http://www.helixcommunity.org/content/tck
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** */
#ifndef _PIXRES_H
#define _PIXRES_H
#include "resid.h"
#define IDS_ERR_PIX_NOTLICENSED HX_RP_RES_INIT_ID + 0
#define IDS_ERR_PIX_BADEXTENSION HX_RP_RES_INIT_ID + 1
#define IDS_ERR_PIX_NOCODEC HX_RP_RES_INIT_ID + 2
#define IDS_ERR_PIX_MISSINGFILE HX_RP_RES_INIT_ID + 3
#define IDS_ERR_PIX_NOSTART HX_RP_RES_INIT_ID + 4
#define IDS_ERR_PIX_NOEND HX_RP_RES_INIT_ID + 5
#define IDS_ERR_PIX_NOXMLEND HX_RP_RES_INIT_ID + 6
#define IDS_ERR_PIX_NULLTITLE HX_RP_RES_INIT_ID + 7
#define IDS_ERR_PIX_NULLAUTHOR HX_RP_RES_INIT_ID + 8
#define IDS_ERR_PIX_NULLCOPYRIGHT HX_RP_RES_INIT_ID + 9
#define IDS_ERR_PIX_NULLVERSION HX_RP_RES_INIT_ID + 10
#define IDS_ERR_PIX_BADTIMEFORMAT HX_RP_RES_INIT_ID + 11
#define IDS_ERR_PIX_BADSTARTTIME HX_RP_RES_INIT_ID + 12
#define IDS_ERR_PIX_BADPREROLL HX_RP_RES_INIT_ID + 13
#define IDS_ERR_PIX_NULLURL HX_RP_RES_INIT_ID + 14
#define IDS_ERR_PIX_URLALLWHITE HX_RP_RES_INIT_ID + 15
#define IDS_ERR_PIX_BADDURATION HX_RP_RES_INIT_ID + 16
#define IDS_ERR_PIX_ZERODURATION HX_RP_RES_INIT_ID + 17
#define IDS_ERR_PIX_NOBITRATE HX_RP_RES_INIT_ID + 18
#define IDS_ERR_PIX_BADBITRATE HX_RP_RES_INIT_ID + 19
#define IDS_ERR_PIX_NOWIDTH HX_RP_RES_INIT_ID + 20
#define IDS_ERR_PIX_NOHEIGHT HX_RP_RES_INIT_ID + 21
#define IDS_ERR_PIX_UNKNOWNTAG HX_RP_RES_INIT_ID + 22
#define IDS_ERR_PIX_INVALIDHEAD HX_RP_RES_INIT_ID + 23
#define IDS_ERR_PIX_NOEFFECTS HX_RP_RES_INIT_ID + 24
#define IDS_ERR_PIX_NODURNOEFFECT HX_RP_RES_INIT_ID + 25
#define IDS_ERR_PIX_INVALIDEFFECTS HX_RP_RES_INIT_ID + 26
#define IDS_ERR_PIX_NOHANDLE HX_RP_RES_INIT_ID + 27
#define IDS_ERR_PIX_BADHANDLE HX_RP_RES_INIT_ID + 28
#define IDS_ERR_PIX_NONAME HX_RP_RES_INIT_ID + 29
#define IDS_ERR_PIX_NULLNAME HX_RP_RES_INIT_ID + 30
#define IDS_ERR_PIX_BADEFFECT HX_RP_RES_INIT_ID + 31
#define IDS_ERR_PIX_GENERALERROR HX_RP_RES_INIT_ID + 32
#define IDS_ERR_PIX_BADASPECTFLAG HX_RP_RES_INIT_ID + 33
#define IDS_ERR_PIX_UNKHEADATTR HX_RP_RES_INIT_ID + 34
#define IDS_ERR_PIX_BADATTRIBUTE HX_RP_RES_INIT_ID + 35
#define IDS_ERR_PIX_MISSINGSTART HX_RP_RES_INIT_ID + 36
#define IDS_ERR_PIX_MISSINGDURATION HX_RP_RES_INIT_ID + 37
#define IDS_ERR_PIX_MISSINGCOLOR HX_RP_RES_INIT_ID + 38
#define IDS_ERR_PIX_BADCOLOR HX_RP_RES_INIT_ID + 39
#define IDS_ERR_PIX_MISSINGTARGET HX_RP_RES_INIT_ID + 40
#define IDS_ERR_PIX_MISSINGNAME HX_RP_RES_INIT_ID + 41
#define IDS_ERR_PIX_MISSINGPACKAGE HX_RP_RES_INIT_ID + 42
#define IDS_ERR_PIX_BADBOOL HX_RP_RES_INIT_ID + 43
#define IDS_ERR_PIX_BADWIPEDIR HX_RP_RES_INIT_ID + 44
#define IDS_ERR_PIX_BADWIPETYPE HX_RP_RES_INIT_ID + 45
#define IDS_ERR_PIX_BADBGCOLOR HX_RP_RES_INIT_ID + 46
#define IDS_ERR_PIX_ILLEGALATTR HX_RP_RES_INIT_ID + 47
#define IDS_ERR_PIX_MISSREQATTR HX_RP_RES_INIT_ID + 48
#define IDS_ERR_PIX_ROOTNOTFIRST HX_RP_RES_INIT_ID + 49
#define IDS_ERR_PIX_HEADNOTFIRST HX_RP_RES_INIT_ID + 50
#define IDS_ERR_PIX_BADATTRVALUE HX_RP_RES_INIT_ID + 51
#define IDS_ERR_PIX_BADDSTRECT HX_RP_RES_INIT_ID + 52
#define IDS_ERR_PIX_BADCENTERFLAG HX_RP_RES_INIT_ID + 53
#define IDS_ERR_PIX_FUTUREVERSION HX_RP_RES_INIT_ID + 54
#define IDS_ERR_PIX_INCOMPATVERSION HX_RP_RES_INIT_ID + 55
#define IDS_ERR_PIX_DUPHANDLE HX_RP_RES_INIT_ID + 56
#define IDS_ERR_PIX_ZEROSIZE HX_RP_RES_INIT_ID + 57
#define IDS_ERR_GIF_BADBITRATE HX_RP_RES_INIT_ID + 200
#define IDS_ERR_GIF_BADDURATION HX_RP_RES_INIT_ID + 201
#define IDS_ERR_GIF_BADPREROLL HX_RP_RES_INIT_ID + 202
#define IDS_ERR_GIF_BADURL HX_RP_RES_INIT_ID + 203
#define IDS_ERR_GIF_BADTARGET HX_RP_RES_INIT_ID + 204
#define IDS_ERR_GIF_BADBGCOLOR HX_RP_RES_INIT_ID + 205
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?