MAKEWPARAM macro (winuser.h)

Creates a value for use as a wParam parameter in a message. The macro concatenates the specified values.

Syntax

void MAKEWPARAM(
   l,
   h
);

Parameters

l

The low-order word of the new value.

h

The high-order word of the new value.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header winuser.h (include Windows.h)

See also

Conceptual

MAKELONG

MAKELPARAM

MAKELRESULT

Reference

Windows Data Types