GroupLab Widget Tap Library

HeavyweightHelper.MakeLParam Method 

Creates a 32-bit LPARAM from two 16-bit integer values.

public static int MakeLParam(
   int loWord,
   int hiWord
);

Parameters

loWord
Low-order 16-bits.
hiWord
High-order 16-bits.

Return Value

A 32-bit LPARAM value produced from the bitwise concatenation of the given 16-bit values.

See Also

HeavyweightHelper Class | GroupLab.WidgetTap.Helpers Namespace