Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a WORD value by concatenating the specified values.
WORD MAKEWORD(
BYTE a,
BYTE b
);
The low-order byte of the new value.
The high-order byte of the new value.
Type: WORD
The new value.
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | minwindef.h (include Windows.h) |