USHORT

From EDM2
Jump to: navigation, search

Unsigned short integer. Unsigned integer in the range 0 through 65 535.

Type

unsigned short

C Declaration Method

typedef

Example Code

typedef unsigned short USHORT;