prfOpenSystem

C Scripting Language
Reference Manual
Version 4.4.0

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using the CSL executive
Language
Directives
System library
String library
Math library
Regular expression lib.
File library
Database library
Async Communication
Registry/Profile handling
   prfClose
   prfDeleteKey
   prfDeleteValue
   prfGetKeys
   prfGetValue
   prfGetValues
   prfKeyExists
   prfOpen
   prfOpenSystem
   prfOpenUser
   prfPath
   prfSetValue
   prfValueExists
   prfValueType
Windows control
C API
C++ Class Interface
CSL links
  
var prfOpenSystem(   // open system profile
   [const path]);       // path name

Opens registry or profile respectively and returns a handle for subsequent calls to prf functions.

Windows: Path will be below HKEY_LOCAL_MACHINE\Software.

OS/2: The system profile is opened.

Path is identical with an application name. Do not use path separators, because OS/2 profiles have only one level of keys (no sub keys).

  Copyright © IBK Landquart Last revision: 27.05.2002 << Back  Top  Next >>