UtilWin32GetLoDWord Method
Gets the low-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 GetLoDWord(
ulong dWordLong
)
Public Shared Function GetLoDWord (
dWordLong As ULong
) As UInteger
Dim dWordLong As ULong
Dim returnValue As UInteger
returnValue = UtilWin32.GetLoDWord(dWordLong)
public:
static unsigned int GetLoDWord(
unsigned long long dWordLong
)
static member GetLoDWord :
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 low-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 = GetLoDWord(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.