1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <html>
|
---|
3 | <head>
|
---|
4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
---|
5 | <title>xmlexports: macros for marking symbols as exportable/importable.</title>
|
---|
6 | <meta name="generator" content="Libxml2 devhelp stylesheet"/>
|
---|
7 | <link rel="start" href="index.html" title="libxml2 Reference Manual"/>
|
---|
8 | <link rel="up" href="general.html" title="API"/>
|
---|
9 | <link rel="stylesheet" href="style.css" type="text/css"/>
|
---|
10 | <link rel="chapter" href="general.html" title="API"/>
|
---|
11 | </head>
|
---|
12 | <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
---|
13 | <table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
---|
14 | <tr valign="middle">
|
---|
15 | <td>
|
---|
16 | <a accesskey="p" href="libxml2-xmlerror.html">
|
---|
17 | <img src="left.png" width="24" height="24" border="0" alt="Prev"/>
|
---|
18 | </a>
|
---|
19 | </td>
|
---|
20 | <td>
|
---|
21 | <a accesskey="u" href="general.html">
|
---|
22 | <img src="up.png" width="24" height="24" border="0" alt="Up"/>
|
---|
23 | </a>
|
---|
24 | </td>
|
---|
25 | <td>
|
---|
26 | <a accesskey="h" href="index.html">
|
---|
27 | <img src="home.png" width="24" height="24" border="0" alt="Home"/>
|
---|
28 | </a>
|
---|
29 | </td>
|
---|
30 | <td>
|
---|
31 | <a accesskey="n" href="libxml2-xmlmemory.html">
|
---|
32 | <img src="right.png" width="24" height="24" border="0" alt="Next"/>
|
---|
33 | </a>
|
---|
34 | </td>
|
---|
35 | <th width="100%" align="center">libxml2 Reference Manual</th>
|
---|
36 | </tr>
|
---|
37 | </table>
|
---|
38 | <h2>
|
---|
39 | <span class="refentrytitle">xmlexports</span>
|
---|
40 | </h2>
|
---|
41 | <p>xmlexports - macros for marking symbols as exportable/importable.</p>
|
---|
42 | <p>macros for marking symbols as exportable/importable. </p>
|
---|
43 | <p>Author(s): Igor Zlatovic <[email protected]> </p>
|
---|
44 | <div class="refsynopsisdiv">
|
---|
45 | <h2>Synopsis</h2>
|
---|
46 | <pre class="synopsis">#define <a href="#_REENTRANT">_REENTRANT</a>;
|
---|
47 | #define <a href="#XMLCDECL">XMLCDECL</a>;
|
---|
48 | #define <a href="#XMLPUBVAR">XMLPUBVAR</a>;
|
---|
49 | #define <a href="#LIBXML_DLL_IMPORT">LIBXML_DLL_IMPORT</a>;
|
---|
50 | #define <a href="#XMLCALL">XMLCALL</a>;
|
---|
51 | #define <a href="#XMLPUBFUN">XMLPUBFUN</a>;
|
---|
52 | </pre>
|
---|
53 | </div>
|
---|
54 | <div class="refsect1" lang="en">
|
---|
55 | <h2>Description</h2>
|
---|
56 | </div>
|
---|
57 | <div class="refsect1" lang="en">
|
---|
58 | <h2>Details</h2>
|
---|
59 | <div class="refsect2" lang="en">
|
---|
60 | <div class="refsect2" lang="en"><h3><a name="LIBXML_DLL_IMPORT">Macro </a>LIBXML_DLL_IMPORT</h3><pre class="programlisting">#define <a href="#LIBXML_DLL_IMPORT">LIBXML_DLL_IMPORT</a>;
|
---|
61 | </pre><p/>
|
---|
62 | </div>
|
---|
63 | <hr/>
|
---|
64 | <div class="refsect2" lang="en"><h3><a name="XMLCALL">Macro </a>XMLCALL</h3><pre class="programlisting">#define <a href="#XMLCALL">XMLCALL</a>;
|
---|
65 | </pre><p/>
|
---|
66 | </div>
|
---|
67 | <hr/>
|
---|
68 | <div class="refsect2" lang="en"><h3><a name="XMLCDECL">Macro </a>XMLCDECL</h3><pre class="programlisting">#define <a href="#XMLCDECL">XMLCDECL</a>;
|
---|
69 | </pre><p/>
|
---|
70 | </div>
|
---|
71 | <hr/>
|
---|
72 | <div class="refsect2" lang="en"><h3><a name="XMLPUBFUN">Macro </a>XMLPUBFUN</h3><pre class="programlisting">#define <a href="#XMLPUBFUN">XMLPUBFUN</a>;
|
---|
73 | </pre><p/>
|
---|
74 | </div>
|
---|
75 | <hr/>
|
---|
76 | <div class="refsect2" lang="en"><h3><a name="XMLPUBVAR">Macro </a>XMLPUBVAR</h3><pre class="programlisting">#define <a href="#XMLPUBVAR">XMLPUBVAR</a>;
|
---|
77 | </pre><p/>
|
---|
78 | </div>
|
---|
79 | <hr/>
|
---|
80 | <div class="refsect2" lang="en"><h3><a name="_REENTRANT">Macro </a>_REENTRANT</h3><pre class="programlisting">#define <a href="#_REENTRANT">_REENTRANT</a>;
|
---|
81 | </pre><p/>
|
---|
82 | </div>
|
---|
83 | <hr/>
|
---|
84 | </div>
|
---|
85 | </div>
|
---|
86 | </body>
|
---|
87 | </html>
|
---|