dword
- 网络双字;双字节值
-
Point to new on the edit menu , and then click DWORD value .
指向“编辑”菜单上的“新建”,然后单击“dword值”。
-
In the right pane of the registry editor , right-click the blank area , point to new , and click DWORD value .
在注册表编辑器的右窗格中,右键单击空白区域,指向“新建”,并单击“dword值”。
-
Thus , to access a byte , a multiplier of1 is used , for a word , 2 , and for a dword , 4 .
因此,要想访问一个字节,就使用乘数1;对于字,乘数是2;对于双字,乘数是4。
-
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 a32-bit DWORD has4 bytes , that leaves one extra byte by my count ( 4-3 = 1 ) . The extra byte is often used as the " alpha channel ," used to specify the pixel 's transparency .
由于32位的DWORD有4个字节,多余的这个字节常被用作“alphachannel”,用于指定像素的透明度。