prfGetKeys

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 prfGetKeys(      // get list of keys in path
   const handle,        // profile handle
   [var& keys[]]);      // array for key names (def=query count only)

Get a list of the keys in the current path. Returns number of keys found.

OS/2: The path must be empty, there are no keys below a path.

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