Subversion Repositories currency_converter

Rev

Rev 13 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13 Rev 15
Line 100... Line 100...
100
<p>Reads the API key from the registry.</p>
100
<p>Reads the API key from the registry.</p>
101
 
101
 
102
<h3>Parameters</h3>
102
<h3>Parameters</h3>
103
<ul>
103
<ul>
104
        <li>key: A buffer where the 32 digit key will be written to. There should be at least 33 chars memory reserved (32 chars key + 1 char zero termination).</li>
104
        <li>key: A buffer where the 32 digit key will be written to. There should be at least 33 chars memory reserved (32 chars key + 1 char zero termination).</li>
105
        <li>UserMode: If true, the API key will be written into <code>HKEY_LOCAL_USER</code>, otherwise it will be written to <code>HKEY_LOCAL_MACHINE</code>.</li>
-
 
106
        <li>DontShowErrors: If true, no errors will be displayed. If true, errors will result in a dialog box, in addition to the result code.</li>
105
        <li>DontShowErrors: If true, no errors will be displayed. If true, errors will result in a dialog box, in addition to the result code.</li>
107
</ul>
106
</ul>
108
 
107
 
109
<h3>Returns</h3>
108
<h3>Returns</h3>
110
<ul>
109
<ul>