Subversion Repositories currency_converter

Rev

Rev 7 | Rev 11 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 10
Line 6... Line 6...
6
 
6
 
7
<body>
7
<body>
8
 
8
 
9
<h1>ViaThinkSoft Currency Converter - DLL specification</h1>
9
<h1>ViaThinkSoft Currency Converter - DLL specification</h1>
10
 
10
 
11
<p><i>Last change: 26.08.2017</i></p>
11
<p><i>Last change: 27.08.2017</i></p>
12
 
12
 
13
<h2>Table of Contents</h2>
13
<h2>Table of Contents</h2>
14
 
14
 
15
<p>These functions are exported by <b>CurConv.dll</b>:</p>
15
<p>These functions are exported by <b>CurConv.dll</b>:</p>
16
 
16
 
Line 150... Line 150...
150
                <li>CONVERT_USE_SSL (4): Use SSL to download the data. Note that only a paid subscription allows download via SSL.</li>
150
                <li>CONVERT_USE_SSL (4): Use SSL to download the data. Note that only a paid subscription allows download via SSL.</li>
151
                <li>CONVERT_CONFIRM_WEB_ACCESS (8): Ask the user each time the API tries to download from the web.</li>
151
                <li>CONVERT_CONFIRM_WEB_ACCESS (8): Ask the user each time the API tries to download from the web.</li>
152
                <li>CONVERT_NO_INTERACTIVE_API_KEY_INPUT (16): Don't ask the user for an API key in case the API key is missing or invalid.</li>
152
                <li>CONVERT_NO_INTERACTIVE_API_KEY_INPUT (16): Don't ask the user for an API key in case the API key is missing or invalid.</li>
153
        </ul></li>
153
        </ul></li>
154
        <li>HistoricDate:<ul>
154
        <li>HistoricDate:<ul>
155
                <li&gt;0: Use the current exchange data</li>
155
                <li>0: Use the current exchange data</li>
156
                <li>any valid DATE: use an historic exchange</li>
156
                <li>any valid DATE: use an historic exchange</li>
157
        </ul></li>
157
        </ul></li>
158
</ul>
158
</ul>
159
 
159
 
160
<h3>Returns</h4>
160
<h3>Returns</h4>
Line 195... Line 195...
195
                <li>CONVERT_USE_SSL (4): Use SSL to download the data. Note that only a paid subscription allows download via SSL.</li>
195
                <li>CONVERT_USE_SSL (4): Use SSL to download the data. Note that only a paid subscription allows download via SSL.</li>
196
                <li>CONVERT_CONFIRM_WEB_ACCESS (8): Ask the user each time the API tries to download from the web.</li>
196
                <li>CONVERT_CONFIRM_WEB_ACCESS (8): Ask the user each time the API tries to download from the web.</li>
197
                <li>CONVERT_NO_INTERACTIVE_API_KEY_INPUT (16): Don't ask the user for an API key in case the API key is missing or invalid.</li>
197
                <li>CONVERT_NO_INTERACTIVE_API_KEY_INPUT (16): Don't ask the user for an API key in case the API key is missing or invalid.</li>
198
        </ul></li>
198
        </ul></li>
199
        <li>HistoricDate:<ul>
199
        <li>HistoricDate:<ul>
200
                <li&gt;0: Use the current exchange data</li>
200
                <li>0: Use the current exchange data</li>
201
                <li>any valid DATE: use an historic exchange</li>
201
                <li>any valid DATE: use an historic exchange</li>
202
        </ul></li>
202
        </ul></li>
203
</ul>
203
</ul>
204
 
204
 
205
<h3>Returns</h4>
205
<h3>Returns</h4>
Line 231... Line 231...
231
                <li>CONVERT_USE_SSL (4): Use SSL to download the data. Note that only a paid subscription allows download via SSL.</li>
231
                <li>CONVERT_USE_SSL (4): Use SSL to download the data. Note that only a paid subscription allows download via SSL.</li>
232
                <li>CONVERT_CONFIRM_WEB_ACCESS (8): Ask the user each time the API tries to download from the web.</li>
232
                <li>CONVERT_CONFIRM_WEB_ACCESS (8): Ask the user each time the API tries to download from the web.</li>
233
                <li>CONVERT_NO_INTERACTIVE_API_KEY_INPUT (16): Don't ask the user for an API key in case the API key is missing or invalid.</li>
233
                <li>CONVERT_NO_INTERACTIVE_API_KEY_INPUT (16): Don't ask the user for an API key in case the API key is missing or invalid.</li>
234
        </ul></li>
234
        </ul></li>
235
        <li>HistoricDate:<ul>
235
        <li>HistoricDate:<ul>
236
                <li&gt;0: Use the current exchange data</li>
236
                <li>0: Use the current exchange data</li>
237
                <li>any valid DATE: use an historic exchange</li>
237
                <li>any valid DATE: use an historic exchange</li>
238
        </ul></li>
238
        </ul></li>
239
</ul>
239
</ul>
240
 
240
 
241
<h3>Returns</h4>
241
<h3>Returns</h4>