UtilWin32MakeLParam(Int32, Int32) Method

Creates a lParam value from two Int32 values.

You must call this method overload if you need to use negative values.

Definition

Namespace: DevCase.Win32
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static IntPtr MakeLParam(
	int lo,
	int hi
)

Parameters

lo  Int32
The low-order Int32 value.
hi  Int32
The high-order Int32 value.

Return Value

IntPtr
The resulting lParam value.

Remarks

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also