UtilWin32SetHiDword Method

Sets the high-order DWORD of a DWORDLONG value.

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 ulong SetHiDword(
	ulong dWordLong,
	uint hiDWord
)

Parameters

dWordLong  UInt64

[Missing <param name="dWordLong"/> documentation for "M:DevCase.Win32.UtilWin32.SetHiDword(System.UInt64,System.UInt32)"]

hiDWord  UInt32
The new HIDWORD value.

Return Value

UInt64
The resulting DWORDLONG value containing the LODWORD and the new HIDWORD.

Example

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

See Also