home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / modules / libpref / src / win / prefdll.def < prev    next >
Encoding:
Text File  |  1998-04-08  |  1.7 KB  |  63 lines

  1. ; -*- Mode: Fundamental; tab-width: 4; indent-tabs-mode: nil -*-
  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.  
  20. ; prefdll.def : Declares the module parameters for the DLL.
  21.  
  22. LIBRARY      "NSPREF"
  23. DESCRIPTION  'NSPREF Windows Dynamic Link Library'
  24.  
  25. EXPORTS
  26.     ; Explicit exports can go here
  27.     PREF_Init @1
  28.     PREF_EvaluateJSBuffer
  29.  
  30.     PREF_SetCharPref
  31.     PREF_SetIntPref
  32.     PREF_SetBoolPref
  33.     PREF_SetBinaryPref
  34.     PREF_SetColorPref
  35.     PREF_SetRectPref
  36.  
  37.     PREF_SetDefaultCharPref
  38.     PREF_SetDefaultIntPref
  39.     PREF_SetDefaultBoolPref
  40.     PREF_SetDefaultBinaryPref
  41.     PREF_SetDefaultColorPref
  42.     PREF_SetDefaultRectPref
  43.  
  44.     PREF_CopyCharPref
  45.  
  46.     PREF_GetCharPref
  47.     PREF_GetIntPref
  48.     PREF_GetBoolPref
  49.     PREF_GetBinaryPref
  50.     PREF_GetColorPref
  51.     PREF_GetRectPref
  52.  
  53.     PREF_GetDefaultCharPref
  54.     PREF_GetDefaultIntPref
  55.     PREF_GetDefaultBoolPref
  56.     PREF_GetDefaultBinaryPref
  57.     PREF_GetDefaultColorPref
  58.     PREF_GetDefaultRectPref
  59.  
  60.     PREF_PrefIsLocked
  61.     PREF_SavePrefFile
  62.     PREF_RegisterCallback
  63.