2000-02-17 20:38:33 +01:00
|
|
|
|
|
|
|
<sect1 id="func-cygwin-internal">
|
|
|
|
<title>cygwin_internal</title>
|
|
|
|
|
2004-02-23 00:21:20 +01:00
|
|
|
<funcsynopsis><funcprototype>
|
2000-02-17 20:38:33 +01:00
|
|
|
<funcdef>extern "C" DWORD
|
|
|
|
<function>cygwin_internal</function></funcdef>
|
|
|
|
<paramdef>cygwin_getinfo_types <parameter>t</parameter></paramdef>
|
|
|
|
<paramdef><parameter>...</parameter></paramdef>
|
2004-02-23 00:21:20 +01:00
|
|
|
</funcprototype></funcsynopsis>
|
2000-02-17 20:38:33 +01:00
|
|
|
|
|
|
|
<para>This function gives you access to various internal data and functions.
|
2000-11-19 05:58:18 +01:00
|
|
|
It takes two arguments. The first argument is a type from the 'cygwin_getinfo_types'
|
|
|
|
enum. The second is an optional pointer.</para>
|
|
|
|
<para>Stay away unless you know what you're doing.</para>
|
2000-02-17 20:38:33 +01:00
|
|
|
|
|
|
|
</sect1>
|
|
|
|
|