2.2.9 DWORD

msdn link

A DWORD is a 32-bit unsigned integer (range: 0 through 4294967295 decimal). Because a DWORD is unsigned, its first bit (Most Significant Bit (MSB)) is not reserved for signing.

This type is declared as follows:

 typedef unsigned long DWORD, *PDWORD, *LPDWORD;