home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / cmd / winfe / prefs / brpref / public / brprefid.h next >
Encoding:
C/C++ Source or Header  |  1998-04-08  |  2.8 KB  |  78 lines

  1. /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
  2.  *
  3.  * The contents of this file are subject to the Netscape Public License
  4.  * Version 1.0 (the "NPL"); you may not use this file except in
  5.  * compliance with the NPL.  You may obtain a copy of the NPL at
  6.  * http://www.mozilla.org/NPL/
  7.  *
  8.  * Software distributed under the NPL is distributed on an "AS IS" basis,
  9.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  10.  * for the specific language governing rights and limitations under the
  11.  * NPL.
  12.  *
  13.  * The Initial Developer of this code under the NPL is Netscape
  14.  * Communications Corporation.  Portions created by Netscape are
  15.  * Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  16.  * Reserved.
  17.  */
  18.  
  19. #ifndef __BRPREFID_H_
  20. #define __BRPREFID_H_
  21.  
  22. #ifndef MOZ_COMMUNICATOR_IIDS
  23.  
  24. /* 9dac1eb0-f7db-11d0-b099-00805f8a1db7 */
  25. DEFINE_GUID(IID_IIntlFont,
  26. 0x9dac1eb0, 0xf7db, 0x11d0, 0xb0, 0x99, 0x00, 0x80, 0x5f, 0x8a, 0x1d, 0xb7);
  27.  
  28. /* e4e3ba40-f7dc-11d0-b099-00805f8a1db7 */
  29. DEFINE_GUID(IID_IBrowserPrefs, 
  30. 0xe4e3ba40, 0xf7dc, 0x11d0, 0xb0, 0x99, 0x00, 0x80, 0x5f, 0x8a, 0x1d, 0xb7);
  31.  
  32. /* fee0f8a0-f7dc-11d0-b099-00805f8a1db7 */
  33. DEFINE_GUID(IID_IEnumHelpers, 
  34. 0xfee0f8a0, 0xf7dc, 0x11d0, 0xb0, 0x99, 0x00, 0x80, 0x5f, 0x8a, 0x1d, 0xb7);
  35.  
  36. /* 0bd1d720-f7dd-11d0-b099-00805f8a1db7 */
  37. DEFINE_GUID(CLSID_AppearancePrefs, 
  38. 0x0bd1d720, 0xf7dd, 0x11d0, 0xb0, 0x99, 0x00, 0x80, 0x5f, 0x8a, 0x1d, 0xb7);
  39.  
  40. /* 172f4c20-f7dd-11d0-b099-00805f8a1db7 */
  41. DEFINE_GUID(CLSID_BrowserPrefs, 
  42. 0x172f4c20, 0xf7dd, 0x11d0, 0xb0, 0x99, 0x00, 0x80, 0x5f, 0x8a, 0x1d, 0xb7);
  43.  
  44. /* 2221ca00-f7dd-11d0-b099-00805f8a1db7 */
  45. DEFINE_GUID(CLSID_AdvancedPrefs, 
  46. 0x2221ca00, 0xf7dd, 0x11d0, 0xb0, 0x99, 0x00, 0x80, 0x5f, 0x8a, 0x1d, 0xb7);
  47.  
  48. #else /* MOZ_COMMUNICATOR_IIDS */
  49.  
  50. // {C98D0190-7D81-11d0-BF8D-00A02468FAB6}
  51. DEFINE_GUID(IID_IIntlFont, 
  52. 0xc98d0190, 0x7d81, 0x11d0, 0xbf, 0x8d, 0x0, 0xa0, 0x24, 0x68, 0xfa, 0xb6);
  53.  
  54. // {37B601C0-8AC8-11d0-83AF-00805F8A274D}
  55. DEFINE_GUID(IID_IBrowserPrefs, 
  56. 0x37b601c0, 0x8ac8, 0x11d0, 0x83, 0xaf, 0x0, 0x80, 0x5f, 0x8a, 0x27, 0x4d);
  57.  
  58. // {913A4A20-8EBF-11d0-BFAB-00A02468FAB6}
  59. DEFINE_GUID(IID_IEnumHelpers, 
  60. 0x913a4a20, 0x8ebf, 0x11d0, 0xbf, 0xab, 0x0, 0xa0, 0x24, 0x68, 0xfa, 0xb6);
  61.  
  62. // {7865A9A1-33A8-11d0-BED9-00A02468FAB6}
  63. DEFINE_GUID(CLSID_AppearancePrefs, 
  64. 0x7865a9a1, 0x33a8, 0x11d0, 0xbe, 0xd9, 0x0, 0xa0, 0x24, 0x68, 0xfa, 0xb6);
  65.  
  66. // {543EC0D0-6AB7-11d0-BF56-00A02468FAB6}
  67. DEFINE_GUID(CLSID_BrowserPrefs, 
  68. 0x543ec0d0, 0x6ab7, 0x11d0, 0xbf, 0x56, 0x0, 0xa0, 0x24, 0x68, 0xfa, 0xb6);
  69.  
  70. // {543EC0D1-6AB7-11d0-BF56-00A02468FAB6}
  71. DEFINE_GUID(CLSID_AdvancedPrefs, 
  72. 0x543ec0d1, 0x6ab7, 0x11d0, 0xbf, 0x56, 0x0, 0xa0, 0x24, 0x68, 0xfa, 0xb6);
  73.  
  74. #endif /* MOZ_COMMUNICATOR_IIDS */
  75.  
  76. #endif /* __BRPREFID_H_ */
  77.  
  78.