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