hxprefs.h
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:11k
源码类别:

Symbian

开发平台:

Visual C++

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Source last modified: $Id: hxprefs.h,v 1.1.1.1.50.3 2004/07/09 01:45:12 hubbe Exp $
  3.  * 
  4.  * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
  5.  * 
  6.  * The contents of this file, and the files included with this file,
  7.  * are subject to the current version of the RealNetworks Public
  8.  * Source License (the "RPSL") available at
  9.  * http://www.helixcommunity.org/content/rpsl unless you have licensed
  10.  * the file under the current version of the RealNetworks Community
  11.  * Source License (the "RCSL") available at
  12.  * http://www.helixcommunity.org/content/rcsl, in which case the RCSL
  13.  * will apply. You may also obtain the license terms directly from
  14.  * RealNetworks.  You may not use this file except in compliance with
  15.  * the RPSL or, if you have a valid RCSL with RealNetworks applicable
  16.  * to this file, the RCSL.  Please see the applicable RPSL or RCSL for
  17.  * the rights, obligations and limitations governing use of the
  18.  * contents of the file.
  19.  * 
  20.  * Alternatively, the contents of this file may be used under the
  21.  * terms of the GNU General Public License Version 2 or later (the
  22.  * "GPL") in which case the provisions of the GPL are applicable
  23.  * instead of those above. If you wish to allow use of your version of
  24.  * this file only under the terms of the GPL, and not to allow others
  25.  * to use your version of this file under the terms of either the RPSL
  26.  * or RCSL, indicate your decision by deleting the provisions above
  27.  * and replace them with the notice and other provisions required by
  28.  * the GPL. If you do not delete the provisions above, a recipient may
  29.  * use your version of this file under the terms of any one of the
  30.  * RPSL, the RCSL or the GPL.
  31.  * 
  32.  * This file is part of the Helix DNA Technology. RealNetworks is the
  33.  * developer of the Original Code and owns the copyrights in the
  34.  * portions it created.
  35.  * 
  36.  * This file, and the files included with this file, is distributed
  37.  * and made available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY
  38.  * KIND, EITHER EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS
  39.  * ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES
  40.  * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET
  41.  * ENJOYMENT OR NON-INFRINGEMENT.
  42.  * 
  43.  * Technology Compatibility Kit Test Suite(s) Location:
  44.  *    http://www.helixcommunity.org/content/tck
  45.  * 
  46.  * Contributor(s):
  47.  * 
  48.  * ***** END LICENSE BLOCK ***** */
  49. /****************************************************************************
  50.  * 
  51.  *
  52.  *  Persistent Preferences Interfaces
  53.  *
  54.  *  Here are the preference entries set by the client core and renderers:
  55.  *     KEY DEFAULT VALUES
  56.  * =================     ====================
  57.  * AttemptMulticast     1
  58.  * AttemptTCP     1
  59.  * AttemptUDP     1
  60.  * AudioQuality     0
  61.  * AutoTransport     1
  62.  * Bandwidth     28800
  63.  * BitsPerSample     16
  64.  * BroadcastPluginInfo     {dllpath;description;copyright;moreinfo;loadmultiple;type}{ ... }
  65.  * ClientLicenseKey     7FF7FF00
  66.  * EndScan     10000
  67.  * FactoryPluginInfo     
  68.  * FileFormatPluginInfo     {dllpath;description;copyright;moreinfo;loadmultiple;mimetype1|mimetype2;extension1|extension2}{ ... }
  69.  * FileSystemPluginInfo     {dllpath;description;copyright;moreinfo;loadmultiple;protocol;shortname}{ ... }
  70.  * GeneralPluginInfo     {dllpath;description;copyright;moreinfo;loadmultiple}{ ... }
  71.  * PNAProxyHost
  72.  * PNAProxyPort     1090
  73.  * RTSPProxyHost
  74.  * RTSPProxyPort     554
  75.  * HTTPProxyHost
  76.  * HTTPProxyPort     1092
  77.  * HurledURL     0
  78.  * InfoandVolume     1
  79.  * LastURL     
  80.  * MaxClipCount     4
  81.  * MetaFormatPluginInfo     {dllpath;description;copyright;moreinfo;loadmultiple;mimetype1|mimetype2;extension1|extension2}{ ... }
  82.  * MiscPluginInfo     {dllpath;description;copyright;moreinfo;loadmultiple}{ ... }
  83.  * MulticastTimeout     2000
  84.  * NotProxy     
  85.  * OnTop     0
  86.  * PerfectPlayMode     0
  87.  * PerfectPlayTime     60
  88.  * PerfPlayEntireClip     1
  89.  * PluginDirectory
  90.  * Presets#
  91.  * ProxySupport     0
  92.  * RendererPluginInfo     {dllpath;description;copyright;moreinfo;loadmultiple;mimetype1|mimetype2}{ ... }
  93.  * SamplingRate     8000
  94.  * SeekPage     40
  95.  * SendStatistics     1
  96.  * ServerTimeOut     90
  97.  * ShowPresets     0
  98.  * StatusBar     1
  99.  * StreamDescriptionPluginInfo     {dllpath;description;copyright;moreinfo;loadmultiple;mimetype}{ ... }
  100.  * SyncMultimedia     1
  101.  * UDPPort     7070
  102.  * UDPTimeout     10000
  103.  * UpgradeAvailable     0
  104.  * UseUDPPort     0
  105.  * Volume     50
  106.  * x:Pref_windowPositionX
  107.  * y:Pref_WindowPositionY
  108.  */
  109. #ifndef _HXPREFS_H_
  110. #define _HXPREFS_H_
  111. #define HXREGISTRY_PREFPROPNAME     "ApplicationData"
  112. /*
  113.  * Forward declarations of some interfaces defined or used here-in.
  114.  */
  115. typedef _INTERFACE IHXBuffer IHXBuffer;
  116. // CLSID for creating a preferences objects via a CCF
  117. // {EC5C2B01-D105-11d4-951F-00902790299C}
  118. #define CLSID_HXPreferences IID_IHXPreferences
  119. /****************************************************************************
  120.  * 
  121.  *  Interface:
  122.  * 
  123.  * IHXPreferences
  124.  * 
  125.  *  Purpose:
  126.  * 
  127.  * This interface allows you to store persistant preferences in the
  128.  * server or player's config / registry.
  129.  * 
  130.  *  IID_IHXPreferences:
  131.  * 
  132.  * {00000500-0901-11d1-8B06-00A024406D59}
  133.  * 
  134.  */
  135. DEFINE_GUID(IID_IHXPreferences, 0x00000500, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 
  136. 0xa0, 0x24, 0x40, 0x6d, 0x59);
  137. #undef  INTERFACE
  138. #define INTERFACE   IHXPreferences
  139. DECLARE_INTERFACE_(IHXPreferences, IUnknown)
  140. {
  141.     /*
  142.      * IUnknown methods
  143.      */
  144.     STDMETHOD(QueryInterface) (THIS_
  145. REFIID riid,
  146. void** ppvObj) PURE;
  147.     STDMETHOD_(ULONG32,AddRef) (THIS) PURE;
  148.     STDMETHOD_(ULONG32,Release) (THIS) PURE;
  149.     /*
  150.      * IHXPreferences methods
  151.      */
  152.     /************************************************************************
  153.      * Method:
  154.      * IHXPreferences::ReadPref
  155.      * Purpose:
  156.      * Read a preference from the registry or configuration.
  157.      */
  158.     STDMETHOD(ReadPref) (THIS_
  159. const char* pPrekKey, REF(IHXBuffer*) pBuffer) PURE;
  160.     /************************************************************************
  161.      * Method:
  162.      * IHXPreferences::WritePref
  163.      * Purpose:
  164.      * TBD
  165.      */
  166.     STDMETHOD(WritePref) (THIS_
  167. const char* pPrekKey, IHXBuffer* pBuffer) PURE;
  168. };
  169. /****************************************************************************
  170.  * 
  171.  *  Interface:
  172.  * 
  173.  * IHXPreferenceEnumerator
  174.  * 
  175.  *  Purpose:
  176.  * 
  177.  * Allows preference Enumeration
  178.  *
  179.  * 
  180.  *  IHXPreferenceEnumerator:
  181.  * 
  182.  * {00000504-0901-11d1-8B06-00A024406D59}
  183.  * 
  184.  */
  185. DEFINE_GUID(IID_IHXPreferenceEnumerator, 0x00000504, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 
  186. 0xa0, 0x24, 0x40, 0x6d, 0x59);
  187. #undef  INTERFACE
  188. #define INTERFACE   IHXPreferenceEnumerator
  189. DECLARE_INTERFACE_(IHXPreferenceEnumerator, IUnknown)
  190. {
  191.     /*
  192.      * IUnknown methods
  193.      */
  194.     STDMETHOD(QueryInterface) (THIS_
  195. REFIID riid,
  196. void** ppvObj) PURE;
  197.     STDMETHOD_(ULONG32,AddRef) (THIS) PURE;
  198.     STDMETHOD_(ULONG32,Release) (THIS) PURE;
  199.     /*
  200.      * IHXPreferenceEnumerator methods
  201.      */
  202.     /************************************************************************
  203.      * Method:
  204.      * IHXPreferenceEnumerator::EndSubPref
  205.      * Purpose:
  206.      * TBD
  207.      */
  208.     STDMETHOD(BeginSubPref) (THIS_ const char* szSubPref) PURE;
  209.     /************************************************************************
  210.      * Method:
  211.      * IHXPreferenceEnumerator::EndSubPref
  212.      * Purpose:
  213.      * TBD
  214.      */
  215.    STDMETHOD(EndSubPref) (THIS) PURE;
  216.     /************************************************************************
  217.      * Method:
  218.      * IHXPreferenceEnumerator::GetPrefKey
  219.      * Purpose:
  220.      * TBD
  221.      */
  222.    STDMETHOD(GetPrefKey) (THIS_ UINT32 nIndex, REF(IHXBuffer*) pBuffer) PURE;
  223.     /************************************************************************
  224.      * Method:
  225.      * IHXPreferenceEnumerator::ReadPref
  226.      * Purpose:
  227.      * TBD
  228.      */
  229.     STDMETHOD(ReadPref) (THIS_
  230.     const char* pPrefKey, IHXBuffer*& pBuffer) PURE;
  231. };
  232. /****************************************************************************
  233.  * 
  234.  *  Interface:
  235.  * 
  236.  * IHXPreferences2
  237.  * 
  238.  *  Purpose:
  239.  * 
  240.  * New interface which gives sub-preference options abilities.
  241.  *
  242.  * 
  243.  *  IID_IHXPreferences2:
  244.  * 
  245.  * {00000503-0901-11d1-8B06-00A024406D59}
  246.  * 
  247.  */
  248. DEFINE_GUID(IID_IHXPreferences2, 0x00000503, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 
  249. 0xa0, 0x24, 0x40, 0x6d, 0x59);
  250. #undef  INTERFACE
  251. #define INTERFACE   IHXPreferences2
  252. DECLARE_INTERFACE_(IHXPreferences2, IUnknown)
  253. {
  254.     /*
  255.      * IUnknown methods
  256.      */
  257.     STDMETHOD(QueryInterface) (THIS_
  258. REFIID riid,
  259. void** ppvObj) PURE;
  260.     STDMETHOD_(ULONG32,AddRef) (THIS) PURE;
  261.     STDMETHOD_(ULONG32,Release) (THIS) PURE;
  262.     /*
  263.      * IHXPreferences2 methods
  264.      */
  265.     /************************************************************************
  266.      * Method:
  267.      * IHXPreferences2::GetPreferenceEnumerator
  268.      * Purpose:
  269.      * Read a preference from the registry or configuration.
  270.      */
  271.     STDMETHOD(GetPreferenceEnumerator)(THIS_ REF(IHXPreferenceEnumerator*) /*OUT*/ pEnum) PURE;
  272.     /************************************************************************
  273.      * Method:
  274.      * IHXPreferences2::ResetRoot
  275.      * Purpose:
  276.      * Reset the root of the preferences
  277.      */
  278.     STDMETHOD(ResetRoot)(THIS_ const char* pCompanyName, const char* pProductName, 
  279. int nProdMajorVer, int nProdMinorVer) PURE;
  280. };
  281. // $Private:
  282. /****************************************************************************
  283.  * 
  284.  *  Interface:
  285.  * 
  286.  * IHXPreferences3
  287.  * 
  288.  *  Purpose:
  289.  * 
  290.  * New interface for deleting preferences, and whatever we might think of next!
  291.  *
  292.  * 
  293.  *  IID_IHXPreferences3:
  294.  * 
  295.  * {00000505-0901-11d1-8B06-00A024406D59}
  296.  * 
  297.  */
  298. DEFINE_GUID(IID_IHXPreferences3, 0x00000505, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 
  299. 0xa0, 0x24, 0x40, 0x6d, 0x59);
  300. #undef  INTERFACE
  301. #define INTERFACE   IHXPreferences3
  302. DECLARE_INTERFACE_(IHXPreferences3, IUnknown)
  303. {
  304.     /************************************************************************
  305.      * Method:
  306.      * IHXPreferences3::Open
  307.      * Purpose:
  308.      * Open a specified collection of preferences
  309.      */
  310.     STDMETHOD( Open )(THIS_ const char* pCompanyName, const char* pProductName, 
  311.     ULONG32 nProdMajorVer, ULONG32 nProdMinorVer) PURE;
  312.     /************************************************************************
  313.      * Method:
  314.      * IHXPreferences3::OpenShared
  315.      * Purpose:
  316.      * Have this preference object read/write from the company wide 
  317.      *    shared location for all products
  318.      */
  319.     STDMETHOD( OpenShared )( THIS_ const char* pCompanyName) PURE;
  320.     /************************************************************************
  321.      * Method:
  322.      * IHXPreferences3::DeletePref
  323.      * Purpose:
  324.      * Delete a preference
  325.      */
  326.     STDMETHOD(DeletePref)( THIS_ const char* pPrekKey ) PURE;
  327. };
  328. // $EndPrivate.
  329. #endif /* _HXPREFS_H_ */