From: noer@cygnus.com (Geoffrey Noer)
Subject: Re: Accessing Win98 registry key values by cygwin32
8 Oct 1998 12:24:22 -0700
Message-ID: <19981007211321.02276.cygnus.gnu-win32@cygnus.com>
References: <361002A7.F6525FF9@uni-duesseldorf.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
To: Stipe Tolj <tolj@uni-duesseldorf.de>
Cc: GNU-Win32 <gnu-win32@cygnus.com>

On Mon, Sep 28, 1998 at 11:41:59PM +0200, Stipe Tolj wrote:
>
> I don't know if someone has allready asked this question, so sorry.
> 
> Is there a way to access the values of Win98 registry keys using
> cygwin32?!

Yes, you can call the appropriate Win32 API functions to do this
(RegCreateKeyExA, RegQueryValueExA, et al).  Cygwin32 registry
handling is winsup/registry.cc in the sources should you want to see
how we deal with it.

-- 
Geoffrey Noer
noer@cygnus.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
