OSDN Git Service

* dcrt0.cc (wow64_respawn): New static variable.
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / external.sgml
1
2 <sect1 id="func-cygwin-internal">
3 <title>cygwin_internal</title>
4
5 <funcsynopsis><funcprototype>
6 <funcdef>extern "C" DWORD
7 <function>cygwin_internal</function></funcdef>
8 <paramdef>cygwin_getinfo_types <parameter>t</parameter></paramdef>
9 <paramdef><parameter>...</parameter></paramdef>
10 </funcprototype></funcsynopsis>
11
12 <para>This function gives you access to various internal data and functions.
13 It takes two arguments.  The first argument is a type from the 'cygwin_getinfo_types'
14 enum.  The second is an optional pointer.</para>
15 <para>Stay away unless you know what you're doing.</para>
16
17 </sect1>
18