This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to call *windows* functions in a cygwin c program


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]