modperl bootstrap
[www.jankratochvil.net.git] / project / captive / apiref / captive-apiref-calltype-reactos.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>calltype_reactos</title><meta name="generator" content="DocBook XSL Stylesheets V1.58.1"><meta name="generator" content="GTK-Doc V1.1 (XML mode)"><style type="text/css">
3         .synopsis, .classsynopsis {
4             background: #eeeeee;
5             border: solid 1px #aaaaaa;
6             padding: 0.5em;
7         }
8         .programlisting {
9             background: #eeeeff;
10             border: solid 1px #aaaaff;
11             padding: 0.5em;
12         }
13         .variablelist {
14             padding: 4px;
15             margin-left: 3em;
16         }
17         .navigation {
18             background: #ffeeee;
19             border: solid 1px #ffaaaa;
20             margin-top: 0.5em;
21             margin-bottom: 0.5em;
22         }
23         .navigation a {
24             color: #770000;
25         }
26         .navigation a:visited {
27             color: #550000;
28         }
29         .navigation .title {
30             font-size: 200%;
31         }
32       </style><link rel="home" href="index.html" title="Operation Captive Reference Manual"><link rel="up" href="ch01.html" title="Operation Captive"><link rel="previous" href="captive-apiref-ldr-exports.html" title="ldr_exports"><link rel="next" href="captive-apiref-signal.html" title="signal"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="captive-apiref-ldr-exports.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">Operation Captive Reference Manual</th><td><a accesskey="n" href="captive-apiref-signal.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="captive-apiref-calltype-reactos"></a><div class="titlepage"></div><div class="refnamediv"><h2>calltype_reactos</h2><p>calltype_reactos &#8212; </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
33
34
35
36 #define     <a href="captive-apiref-calltype-reactos.html#CAPTIVE-CDECL-CAPS">CAPTIVE_CDECL</a>
37 #define     <a href="captive-apiref-calltype-reactos.html#CAPTIVE-STDCALL-CAPS">CAPTIVE_STDCALL</a>
38 </pre></div><div class="refsect1" lang="en"><h2>Description</h2><p>
39
40 </p></div><div class="refsect1" lang="en"><h2>Details</h2><div class="refsect2" lang="en"><h3><a name="CAPTIVE-CDECL-CAPS"></a>CAPTIVE_CDECL</h3><pre class="programlisting">#define CAPTIVE_CDECL    __attribute__((__cdecl__))
41 </pre><p>
42 Function call type declaration for the real CDECL call type.
43 As the default CDECL macro gets disabled (=NOP) during reactos sources
44 compilation (and gets undefined to cause error during non-reactos sources
45 compilation) you have the chance to do the real CDECL declaration
46 by using <a href="captive-apiref-calltype-reactos.html#CAPTIVE-CDECL-CAPS">CAPTIVE_CDECL</a>. You must ifdef it by <tt>LIBCAPTIVE</tt> symbol as it
47 is not available during standalone reactos compilation.
48 </p><p>
49 This macro may be needed to pass control to W32 binary code.</p><p>
50
51 </p></div><hr><div class="refsect2" lang="en"><h3><a name="CAPTIVE-STDCALL-CAPS"></a>CAPTIVE_STDCALL</h3><pre class="programlisting">#define CAPTIVE_STDCALL  __attribute__((__stdcall__))
52 </pre><p>
53 Function call type declaration for the real STDCALL call type.
54 As the default STDCALL macro gets disabled (=NOP) during reactos sources
55 compilation (and gets undefined to cause error during non-reactos sources
56 compilation) you have the chance to do the real STDCALL declaration
57 by using <a href="captive-apiref-calltype-reactos.html#CAPTIVE-STDCALL-CAPS">CAPTIVE_STDCALL</a>. You must ifdef it by <tt>LIBCAPTIVE</tt> symbol as it
58 is not available during standalone reactos compilation.
59 </p><p>
60 This macro may be needed to pass control to W32 binary code.</p><p>
61
62 </p></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="captive-apiref-ldr-exports.html"><b>&lt;&lt; ldr_exports</b></a></td><td align="right"><a accesskey="n" href="captive-apiref-signal.html"><b>signal &gt;&gt;</b></a></td></tr></table></body></html>