◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── MAKEUSHORT(l, h) The MAKEUSHORT macro combines two 8-bit values to create a 16-bit unsigned integer. Parameter Description ──────────────────────────────────────────────────────────────────────────── l Specifies the low-order 8-bit value of the new integer. h Specifies the high-order 8-bit value of the new integer. See Also MAKESHORT, MAKEULONG ♦