UtilWin32MakeWParam(UInt16, UInt16) Method
Creates a wParam 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 MakeWParam(
ushort loWord,
ushort hiWord
)
Public Shared Function MakeWParam (
loWord As UShort,
hiWord As UShort
) As IntPtr
Dim loWord As UShort
Dim hiWord As UShort
Dim returnValue As IntPtr
returnValue = UtilWin32.MakeWParam(loWord,
hiWord)
public:
static IntPtr MakeWParam(
unsigned short loWord,
unsigned short hiWord
)
static member MakeWParam :
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 wParam value.
This is a code example.
No code example is currently available or this language may not be supported.
Dim wParam as IntPtr = MakeWParam(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.