Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / docs / api_reference / CXX / dbget_msgfile.html
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6     <title>Db::get_msgfile()</title>
7     <link rel="stylesheet" href="apiReference.css" type="text/css" />
8     <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
9     <link rel="start" href="index.html" title="Berkeley DB C++ API Reference" />
10     <link rel="up" href="db.html" title="Chapter 2.  The Db Handle" />
11     <link rel="prev" href="dbget_lorder.html" title="Db::get_lorder()" />
12     <link rel="next" href="dbget_multiple.html" title="Db::get_multiple()" />
13   </head>
14   <body>
15     <div xmlns="" class="navheader">
16       <div class="libver">
17         <p>Library Version 11.2.5.3</p>
18       </div>
19       <table width="100%" summary="Navigation header">
20         <tr>
21           <th colspan="3" align="center">Db::get_msgfile()</th>
22         </tr>
23         <tr>
24           <td width="20%" align="left"><a accesskey="p" href="dbget_lorder.html">Prev</a> </td>
25           <th width="60%" align="center">Chapter 2. 
26                 The Db Handle
27         </th>
28           <td width="20%" align="right"> <a accesskey="n" href="dbget_multiple.html">Next</a></td>
29         </tr>
30       </table>
31       <hr />
32     </div>
33     <div class="sect1" lang="en" xml:lang="en">
34       <div class="titlepage">
35         <div>
36           <div>
37             <h2 class="title" style="clear: both"><a id="dbget_msgfile"></a>Db::get_msgfile()</h2>
38           </div>
39         </div>
40       </div>
41       <pre class="programlisting">#include &lt;db_cxx.h&gt;
42
43 void Db::get_msgfile(FILE **msgfilep);</pre>
44       <p>
45             The <code class="methodname">Db::get_msgfile()</code> method returns the 
46             <code class="literal">FILE *</code> used to output informational 
47             or statistical messages. This file handle is configured using
48             the <a class="xref" href="dbset_msgfile.html" title="Db::set_msgfile()">Db::set_msgfile()</a>
49             method.
50     </p>
51       <p>
52          The <code class="methodname">Db::get_msgfile()</code> method may be called at any time during the
53          life of the application.
54     </p>
55       <div class="sect2" lang="en" xml:lang="en">
56         <div class="titlepage">
57           <div>
58             <div>
59               <h3 class="title"><a id="idm4375352"></a>Parameters</h3>
60             </div>
61           </div>
62         </div>
63         <div class="sect3" lang="en" xml:lang="en">
64           <div class="titlepage">
65             <div>
66               <div>
67                 <h4 class="title"><a id="idm3143792"></a>msgfilep</h4>
68               </div>
69             </div>
70           </div>
71           <p>
72                              The <code class="methodname">Db::get_msgfile()</code> method returns  the
73                              <code class="literal">FILE *</code> in 
74                              <span class="bold"><strong>msgfilep</strong></span>.
75                      </p>
76         </div>
77       </div>
78       <div class="sect2" lang="en" xml:lang="en">
79         <div class="titlepage">
80           <div>
81             <div>
82               <h3 class="title"><a id="idm4427672"></a>Class</h3>
83             </div>
84           </div>
85         </div>
86         <p>
87                 <a class="link" href="db.html" title="Chapter 2.  The Db Handle">Db</a>  
88             </p>
89       </div>
90       <div class="sect2" lang="en" xml:lang="en">
91         <div class="titlepage">
92           <div>
93             <div>
94               <h3 class="title"><a id="idm1417272"></a>See Also</h3>
95             </div>
96           </div>
97         </div>
98         <p>
99                      <a class="xref" href="db.html#dblist" title="Database and Related Methods">Database and Related Methods</a>, 
100                      <a class="xref" href="dbset_msgfile.html" title="Db::set_msgfile()">Db::set_msgfile()</a>
101                 </p>
102       </div>
103     </div>
104     <div class="navfooter">
105       <hr />
106       <table width="100%" summary="Navigation footer">
107         <tr>
108           <td width="40%" align="left"><a accesskey="p" href="dbget_lorder.html">Prev</a> </td>
109           <td width="20%" align="center">
110             <a accesskey="u" href="db.html">Up</a>
111           </td>
112           <td width="40%" align="right"> <a accesskey="n" href="dbget_multiple.html">Next</a></td>
113         </tr>
114         <tr>
115           <td width="40%" align="left" valign="top">Db::get_lorder() </td>
116           <td width="20%" align="center">
117             <a accesskey="h" href="index.html">Home</a>
118           </td>
119           <td width="40%" align="right" valign="top"> Db::get_multiple()</td>
120         </tr>
121       </table>
122     </div>
123   </body>
124 </html>