Difference between revisions of "registry key datatypes/es"

From Free Pascal wiki
Jump to navigationJump to search
 
Line 3: Line 3:
 
Zurück zu den [[Additional information/de|Zusätzlichen Informationen]].<br>
 
Zurück zu den [[Additional information/de|Zusätzlichen Informationen]].<br>
 
<br>
 
<br>
Dieser Artikel beschäftigt sich mit der Windowsprogrammierung.<br>
+
Este artículo trata sobre la programación del registro de Windows.<br>
Dieser Artikel listet die Datentypen der Windows Registryschlüssel auf.<br>
+
En este artículo se enumeran los tipos de datos de la clave del registro de Windows.<br>
 
<br>
 
<br>
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
! Datentyp !! Wert
+
! Tipo de Dato !! Valor
 
|-
 
|-
 
| REG_NONE
 
| REG_NONE

Revision as of 15:22, 25 June 2014

Deutsch (de) | español (es)
Zurück zu den Zusätzlichen Informationen.

Este artículo trata sobre la programación del registro de Windows.
En este artículo se enumeran los tipos de datos de la clave del registro de Windows.

Tipo de Dato Valor
REG_NONE 0
REG_SZ 1
REG_EXPAND_SZ 2
REG_BINARY 3
REG_DWORD 4
REG_DWORD_LITTLE_ENDIAN 4
REG_DWORD_BIG_ENDIAN 5
REG_LINK 6
REG_MULTI_SZ 7
REG_FULL_RESOURCE_DESCRIPTOR 9



--Olaf 14:21, 13 June 2013 (UTC)