Movatterモバイル変換


[0]ホーム

URL:


Skip to main content

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft EdgeMore info about Internet Explorer and Microsoft Edge
Table of contentsExit editor mode

2.2.61 WORD

Feedback

In this article

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;

  • Last updated on

In this article