int = MAKEWORD(low, high
)
creates a WORD value by concatenating the specified values.
Parameters
low : int
Specifies the low-order byte of the new value.high : int
Specifies the high-order byte of the new value.Comments
This is simply a wrapper to a C++ macro.