prfGetValue

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 prfGetValue(     // read value
   const handle,        // profile handle
   [const name]);       // value name (def=''=standard value)

Read value.

Windows: Omitting the name will read the standard value.

OS/2: Both, path and value name must not be empty.

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