You can add string, binary, and DWORD values.
您可以加入字串、二进位及DWORD等值。
On the Edit menu, point to New, and then click DWORD value.
在编辑菜单,指向新建,然后单击d word值。
The first parameter, the CompletionKey , is just a variable of type DWORD .
第一个参数, CompletionKey ,仅仅是一个变量的类型DWORD 。
It holds 3 DWORD Pointers to the procedures that actually implement the methods.
它保存着3个双字大小(DWORD)的指针,指向实际实现的函数。
Thus, to access a byte, a multiplier of 1 is used, for a word, 2, and for a dword, 4.
因此,要想访问一个字节,就使用乘数1;对于字,乘数是2;对于双字,乘数是4。
The buffer receives a DWORD value that is nonzero if virtualization is enabled for the token.
缓冲区收到一个DWORD值是非零如果虚拟化是启用的象征。
Intel syntax accomplishes this by prefixing memory operands (not the opcodes themselves) with byte PTR, word PTR, and dword PTR. Thus.
intel语法通过在内存操作数(而不是操作码本身)前面加byte p tr、word p tr和dword ptr来指定大小。
All subsequent arguments are accessed by adding the size of a dword variable to the stack pointer (that is, esp + 12, esp + 16, and so on).
在堆栈指针上加上双字变量的大小(即esp + 12、esp + 16等等),就可以访问所有后续参数。
Since pushing a variable essentially moves the stack pointer by a dword, the stack pointer is adjusted by adding 4 (the size of a dword) to it (line 32).
因为在堆栈中压入一个变量会让堆栈指针移动一个双字,所以给堆栈指针加4(双字的大小)(第32行)。