Translation of "dword" into English
dword is the translation of "dword" into English. Sample translated sentence: Tipo puede ser uno de los siguientes: BYTE, SBYTE, WORD, SWORD, DWORD, SDWORD, FWORD, QWORD o TBYTE. ↔ Type can be one of the following: BYTE, SBYTE, WORD, SWORD, DWORD, SDWORD, FWORD, QWORD, or TBYTE.
dword
-
dword
nounA data type consisting of a 32-bit unsigned integer.
Además, puesto que se usa un cardinal (o DWORD), el valor recomenzará desde cero cada 49,7 días.
Also, since a cardinal (or DWORD) is used the, the value will loop around to 0 every 49.7 days.
-
Show algorithmically generated translations
Automatic translations of "dword" into English
-
Glosbe Translate
-
Google Translate
Add example
Add
Translations of "dword" into English in sentences, translation memory
Tipo puede ser uno de los siguientes: BYTE, SBYTE, WORD, SWORD, DWORD, SDWORD, FWORD, QWORD o TBYTE.
Type can be one of the following: BYTE, SBYTE, WORD, SWORD, DWORD, SDWORD, FWORD, QWORD, or TBYTE.
Además, puesto que se usa un cardinal (o DWORD), el valor recomenzará desde cero cada 49,7 días.
Also, since a cardinal (or DWORD) is used the, the value will loop around to 0 every 49.7 days.
DW Puede usarse para definir datos como WORD. [[ nombre ]] DWORD inicializador [[ , inicializador ]]. . .
DW Can be used to define data like WORD. [[ name ]] DWORD initializer [[ , initializer ]]. . .
Cada uno de estos procedimientos podría tener una variable local tipo arreglo: Sub1 PROC LOCAL arreglo1[50]:DWORD . .
Each might have a local array variable: Sub1 PROC LOCAL array1[50]:DWORD . .
Para las variables, tipo puede ser un atributo de definición de datos como BYTE, WORD, DWORD o SDWORD, incluyendo PTR.
For variables, type can be a data-definition attribute such as BYTE, WORD, DWORD, and SDWORD, including PTR.
Por ejemplo, el valor colocado en EAX por el operador LENGTH es 20: miArreglo DWORD 20 DUP(?)
For example, the value placed in EAX by the LENGTH operator is 20: myArray DWORD 20 DUP(?)
Suponga que declaramos a SumarDos con dos parámetros tipo doble palabra: SumarDos PROC, val1:DWORD, val2:DWORD . . .
Suppose we declare AddTwo with two doubleword parameters: AddTwo PROC, val1:DWORD, val2:DWORD . . .
Por ejemplo, suponga que su programa creó y llenó un arreglo de dobles palabras: miArreglo DWORD 50 DUP(?)
Suppose, for example, that your program created and filled an array of doublewords: myArray DWORD 50 DUP(?)
,finl tamanioMensaje DWORD ($-mensaje) manejadorConsola HANDLE 0 bytesEscritos DWORD ?
,endl messageSize DWORD ($ - message) consoleHandle HANDLE 0 bytesWritten DWORD ?
Con LABEL pueden usarse todos los atributos de tamaño estándar, como BYTE, WORD, DWORD, QWORD o TBYTE.
All standard size attributes can be used with LABEL, such as BYTE, WORD, DWORD, QWORD or TBYTE.
El formato de visualización coincide en forma automática con el atributo de tamaño de la variable (BYTE, WORD o DWORD).
The display format automatically matches the variable’s size attribute (BYTE, WORD, or DWORD).
BYTE, WORD, DWORD, PARA y PAGE. 5.
BYTE, WORD, DWORD, PARA, and PAGE. 5.
Directiva de datos: misPalabrasD LABEL DWORD misPalabras WORD 3 DUP (?)
Data directive: myWordsD LABEL DWORD myWords WORD 3 DUP(?)
Haga clic con el botón derecho en la clave de registro, seleccione Nuevo > Valor de DWORD (32 bits) e introduzca esto:
Right-click the registry key and select New > DWORD (32-bit) Value, then enter the following:
El especi- ficador de tamaño "DWORD" es necesario puesto que el ensamblador toma "x+_0_" y "x+_1_" como punteros a datos de 64 bits (ya que considera que "x" es un puntero a datos de 64 bits) y no permite mover el valor referenciado a un registro de 32 bits.
The "DWORD" size specifier is mandatory since the assembler takes "x+_0_" and "x+_1_" as pointers to 64-bit data (because "x" is considered a pointer to 64-bit data) and doesn't allow to move the referenced value to a 32-bit register.
SDWORD 6. var5 SDWORD 2147483648 7. wArreglo WORD 10, 20, 30 8. miCcolor BYTE “azul”,0 9. dArreglo DWORD 50 DUP(?)
SDWORD 6. var5 SDWORD 2147483648 7. wArray WORD 10, 20, 30 8. myColor BYTE “blue”, 0 9. dArray DWORD 50 DUP(?)
Al editar el registro, obtienes una clave, un nombre de valor (valor de DWORD o de cadena) y la información del valor.
When you modify the registry, you get a key, a value name (DWORD value or String value), and value data.
Por ejemplo, es lógico que una variable declarada como DWORD guarde un entero de 32 bits sin signo.
A variable declared as DWORD, for example, logically holds an unsigned 32-bit integer.
Sub2 PROC LOCAL arreglo2[80]:DWORD . .
Sub2 PROC LOCAL array2[80]:WORD . .
TamArreglo ⫽ ($ ⫺ miArreglo) / TYPE DWORD 5.
ArraySize ($ myArray) / TYPE DWORD 5.
Por ejemplo, puede usarse para localizar objetos de gráficos, ventanas y clics del ratón: POINT STRUCT ptX DWORD ?
It can be used, for example, to locate graphic objects, windows, and mouse clicks: POINT STRUCT ptX DWORD?
Para habilitar los diferentes niveles de registro de GSSMO (es decir, los niveles detallado, de información y de rendimiento), edita la clave de registro Tracing (Seguimiento) y el valor de DWORD del nivel correspondiente.
To enable different logging levels (Information, Verbose, or Performance) for GSSMO, edit the tracing registry key and its accompanying level DWORD value.
En el menú Editar, señale a Nuevo, y haga clic en DWORD Value
On the Edit menu, point to New, and click DWORD Value
Haga clic con el botón Lsa, seleccione Nuevo y, a continuación, haga clic en Valor DWORD.
Right-click Lsa, point to New, and then click DWORD Value.
Haga clic en el Valor DWORD.
Click DWORD Value.