Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-testing > by-pkgid > 2c50825dd66d0497b96a67f7fab2ee84 > files > 9027

openoffice.org64-devel-doc-2.4.1.10-1mdv2008.1.x86_64.rpm

<html>
<head>
<title>enum RegValueType</title>
<link rel="stylesheet" type="text/css" href="../cpp.css">
</head>
<body>
<div id="adc-cppref">

<a name="_top_"> </a><table class="navimain" border="0" cellpadding="1" cellspacing="0">
<tr align="center" valign="top">
<td class="navimain">&nbsp;<a href="../index.html">Overview</a>&nbsp;</td>
<td class="navimain">&nbsp;<a href="index.html">Namespace</a>&nbsp;</td>
<td class="navimainnone">&nbsp;Class&nbsp;</td>
<td class="navimain">&nbsp;<a href="../index-files/index-1.html">Index</a>&nbsp;</td>
<td class="navimain">&nbsp;<a href="../help.html">Help</a>&nbsp;</td>
</tr>
</table>
<table class="navisub" cellpadding="0" cellspacing="3">
<tr>
<td width="20%"><font size="-2">LIST OF:</font></td>
<td>
&nbsp;<a href="#envals"><font size="-2"><b>VALUES</b></font></a></td>
</tr>
</table>
<hr>
<a href="../names/index.html" alt="Global Namespace in C++"><font size="+1"><b>::</b></font></a> <div class="title"><h2>enum RegValueType</h2>
</div><hr>
<dl>
<dt>Summary</dt>
<dd>defines the type of a key value.

</dd>
<dt>Description</dt>
<dd>A registry key can contain a value which has one of seven different types.
Three simple types (long, ascii and unicode string) and a list type of
these simple types. Furthermore a binary type which provides the possibilty
to define own data structures and store these types in the registry. The UNO
core reflection data is stored as a binary blob in the type registry. 
</dd>
</dl>
<hr>
<a name="envals"> </a><table class="childlist" border="1" cellpadding="5" cellspacing="0" width="100%">
<tr class="subtitle">
<td colspan="2"><h4>Values</h4>
</td>
</tr>
<tr bgcolor="white">
<td width="20%" valign="top"><a name="RG_VALUETYPE_NOT_DEFINED"><b>RG_VALUETYPE_NOT_DEFINED</b></a></td>
<td><dl>
<dt>Summary</dt>
<dd>The key has no value or the value type is unknown.</dd>
</dl>
</td>
</tr>
<tr bgcolor="white">
<td width="20%" valign="top"><a name="RG_VALUETYPE_LONG"><b>RG_VALUETYPE_LONG</b></a></td>
<td><dl>
<dt>Summary</dt>
<dd>The key has a value of type long</dd>
</dl>
</td>
</tr>
<tr bgcolor="white">
<td width="20%" valign="top"><a name="RG_VALUETYPE_STRING"><b>RG_VALUETYPE_STRING</b></a></td>
<td><dl>
<dt>Summary</dt>
<dd>The key has a value of type ascii string</dd>
</dl>
</td>
</tr>
<tr bgcolor="white">
<td width="20%" valign="top"><a name="RG_VALUETYPE_UNICODE"><b>RG_VALUETYPE_UNICODE</b></a></td>
<td><dl>
<dt>Summary</dt>
<dd>The key has a value of type unicode string </dd>
</dl>
</td>
</tr>
<tr bgcolor="white">
<td width="20%" valign="top"><a name="RG_VALUETYPE_BINARY"><b>RG_VALUETYPE_BINARY</b></a></td>
<td><dl>
<dt>Summary</dt>
<dd>The key has a value of type binary</dd>
</dl>
</td>
</tr>
<tr bgcolor="white">
<td width="20%" valign="top"><a name="RG_VALUETYPE_LONGLIST"><b>RG_VALUETYPE_LONGLIST</b></a></td>
<td><dl>
<dt>Summary</dt>
<dd>The key has a value of type long list</dd>
</dl>
</td>
</tr>
<tr bgcolor="white">
<td width="20%" valign="top"><a name="RG_VALUETYPE_STRINGLIST"><b>RG_VALUETYPE_STRINGLIST</b></a></td>
<td><dl>
<dt>Summary</dt>
<dd>The key has a value of type ascii string list</dd>
</dl>
</td>
</tr>
<tr bgcolor="white">
<td width="20%" valign="top"><a name="RG_VALUETYPE_UNICODELIST"><b>RG_VALUETYPE_UNICODELIST</b></a></td>
<td><dl>
<dt>Summary</dt>
<dd>The key has a value of type unicode string list</dd>
</dl>
</td>
</tr>
</table>
<hr>
<a href="#_top_" class="objchapter">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2008 Sun Microsystems, Inc.</p>

</div> <!-- id="adc-cppref" -->
</body>

</html>