UtilWin32GetHiDWord Method
Gets the high-order DWORD of a DWORDLONG value.
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 uint GetHiDWord(
ulong dWordLong
)
Public Shared Function GetHiDWord (
dWordLong As ULong
) As UInteger
Dim dWordLong As ULong
Dim returnValue As UInteger
returnValue = UtilWin32.GetHiDWord(dWordLong)
public:
static unsigned int GetHiDWord(
unsigned long long dWordLong
)
static member GetHiDWord :
dWordLong : uint64 -> uint32
No code example is currently available or this language may not be supported.
- dWordLong UInt64
-
The DWORDLONG value that contains the LODWORD and the HIDWORD.
UInt32
The high-order DWORD value.
This is a code example.
No code example is currently available or this language may not be supported.
Dim value as UInteger = GetHiDWord(ULong.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.