home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / modules / libpref / src / xpref16.def < prev   
Encoding:
Text File  |  1998-04-08  |  2.6 KB  |  108 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. LIBRARY XPPREF16.DLL
  21. EXETYPE WINDOWS
  22. PROTMODE
  23.  
  24. DESCRIPTION 'Netscape 16-bit XP Preferences Library'
  25.  
  26. CODE    LOADONCALL MOVEABLE DISCARDABLE
  27. DATA    PRELOAD MOVEABLE SINGLE
  28.  
  29. HEAPSIZE    8192
  30.  
  31. IMPORTS
  32.     _sscanf = nspr21.33
  33.  
  34. EXPORTS
  35.     _PREF_Init                                              = _PREF_Init
  36.     _PREF_ReadLockFile         
  37.     _PREF_EvaluateJSBuffer     
  38.     _PREF_QuietEvaluateJSBuffer
  39.     _PREF_SetCharPref          
  40.     _PREF_SetIntPref           
  41.     _PREF_SetBoolPref          
  42.     _PREF_SetBinaryPref        
  43.     _PREF_SetColorPref         
  44.     _PREF_SetColorPrefDWord    
  45.     _PREF_SetRectPref          
  46.     _PREF_SetDefaultCharPref   
  47.     _PREF_SetDefaultIntPref    
  48.     _PREF_SetDefaultBoolPref   
  49.     _PREF_SetDefaultBinaryPref 
  50.     _PREF_SetDefaultColorPref  
  51.     _PREF_SetDefaultRectPref   
  52.     _PREF_SavePrefFile         
  53.     _PREF_SavePrefFileAs       
  54.     _PREF_GetCharPref          
  55.     _PREF_CopyCharPref         
  56.     _PREF_GetIntPref           
  57.     _PREF_GetBoolPref          
  58.     _PREF_GetColorPref         
  59.     _PREF_GetColorPrefDWord    
  60.     _PREF_GetRectPref          
  61.     _PREF_GetBinaryPref        
  62.     _PREF_CopyBinaryPref       
  63.     _PREF_GetDefaultCharPref   
  64.     _PREF_CopyDefaultCharPref  
  65.     _PREF_GetDefaultIntPref    
  66.     _PREF_GetDefaultBoolPref   
  67.     _PREF_GetDefaultBinaryPref 
  68.     _PREF_GetDefaultColorPref  
  69.     _PREF_GetDefaultColorPrefDWord
  70.     _PREF_GetDefaultRectPref   
  71.     _PREF_DeleteBranch         
  72.     _PREF_GetConfigString      
  73.     _PREF_CopyConfigString     
  74.     _PREF_CopyIndexConfigString
  75.     _PREF_GetConfigInt         
  76.     _PREF_PrefIsLocked         
  77.     _PREF_AboutConfig          
  78.     _PREF_CreateChildList      
  79.     _PREF_NextChild            
  80.     _PREF_RegisterCallback     
  81.     _PREF_GetGlobalConfigObject
  82.     _PREF_GetConfigContext
  83.     _PREF_Cleanup
  84.     _PREF_GetConfigBool
  85.     _PREF_ReadUserJSFile
  86.     _PREF_QuietEvaluateJSBufferWithGlobalScope
  87.     _PREF_GetPrefConfigObject
  88.     _PREF_GetPrefType
  89.     _pref_savePref
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.