UtilWin32MakeLParam(UInt16, UInt16) Method
Creates a lParam value from two
UInt16 values.
Namespace: DevCase.Win32Assembly: 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(
ushort loWord,
ushort hiWord
)
Public Shared Function MakeLParam (
loWord As UShort,
hiWord As UShort
) As IntPtr
Dim loWord As UShort
Dim hiWord As UShort
Dim returnValue As IntPtr
returnValue = UtilWin32.MakeLParam(loWord,
hiWord)
public:
static IntPtr MakeLParam(
unsigned short loWord,
unsigned short hiWord
)
static member MakeLParam :
loWord : uint16 *
hiWord : uint16 -> IntPtr
No code example is currently available or this language may not be supported.
- loWord UInt16
-
The low-order WORD.
- hiWord UInt16
-
The high-order WORD.
IntPtr
The resulting lParam value.
This is a code example.
No code example is currently available or this language may not be supported.
Dim lParam as IntPtr = MakeLParam(UShort.MaxValue, UShort.MaxValue)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.