0 out of 6 rated this helpful - Rate this topic

MAKELPARAM macro

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

Syntax


LPARAM WINAPI MAKELPARAM(
  WORD wLow,
  WORD wHigh
);

Parameters

wLow

The low-order word of the new value.

wHigh

The high-order word of the new value.

Return value

Type: LPARAM

The return value is an LPARAM value.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Winuser.h (include Windows.h)

See also

Reference
MAKELONG
MAKELRESULT
MAKEWPARAM
Conceptual
Windows Data Types

 

 

Send comments about this topic to Microsoft

Build date: 2/25/2013

Community Additions

ADD
© 2013 Microsoft. All rights reserved.