Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Wed, 24 Jul 2002 08:36:19 +0100 (BST) From: John Morrison X-X-Sender: john AT gateway DOT morrison To: cygwin AT cygwin DOT com Subject: Re: How to call *windows* functions in a cygwin c program In-Reply-To: <20020724001615.36382.qmail@web10106.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII If all you need is to read some registry values check out the virtual (not sure if that's the right description) filesystem /proc/registry/... It gives you read only access to the windows registry. If you want to write I'm sure other people would appreciate the patch ;) J. On Wed, 24 Jul 2002, [iso-8859-1] Sylvain Petreolle wrote: > Hi, > > working on the mplayer mproject (http://www.mplayerhq.hu), > I need to load DLLS into a C program, read some registry values > and misc. > > where could I find some doco on making windows API calls ? > > (I found some in the faq at Programming Questions/How do I use Win32 > API calls, but need some more info) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/