This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can trysigning in orchanging directories.
Access to this page requires authorization. You can trychanging directories.
A WORD is a 16-bit unsigned integer (range: 0 through 65535decimal). Because a WORD is unsigned, its first bit (Most Significant Bit(MSB)) is not reserved for signing.
This type is declared as follows:
typedef unsigned short WORD, *PWORD, *LPWORD;