From 53ff13bccf915a40c8309139ae52ee4707f0c238 Mon Sep 17 00:00:00 2001 From: Juergen Schmidt Date: Fri, 18 May 2001 14:31:42 +0000 Subject: #87233# change docu --- registry/inc/registry/registry.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'registry') diff --git a/registry/inc/registry/registry.hxx b/registry/inc/registry/registry.hxx index aceb86ef5149..6041e27181aa 100644 --- a/registry/inc/registry/registry.hxx +++ b/registry/inc/registry/registry.hxx @@ -2,9 +2,9 @@ * * $RCSfile: registry.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kr $ $Date: 2001-05-14 09:29:15 $ + * last change: $Author: jsc $ $Date: 2001-05-18 15:31:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -454,9 +454,9 @@ public: inline RegError openKey(const ::rtl::OUString& keyName, RegistryKey& rOpenKey); - /** This function returns the names of all subkeys of the key. + /** This function returns an array with all subkeys. The subkeys will be open. @param keyName Points to a null terminated string specifying the name of a key. - @param rSubKeys Reference a RegistryKeyArray which will be filled with the names of the subkeys. + @param rSubKeys Reference a RegistryKeyArray which will be filled with open subkeys. @return REG_NO_ERROR if succeeds else an error code. */ inline RegError openSubKeys(const ::rtl::OUString& keyName, -- cgit