public static ulong SetHiDword(
ulong dWordLong,
uint hiDWord
)
Public Shared Function SetHiDword (
dWordLong As ULong,
hiDWord As UInteger
) As ULong
Dim dWordLong As ULong
Dim hiDWord As UInteger
Dim returnValue As ULong
returnValue = UtilWin32.SetHiDword(dWordLong,
hiDWord)
public:
static unsigned long long SetHiDword(
unsigned long long dWordLong,
unsigned int hiDWord
)
static member SetHiDword :
dWordLong : uint64 *
hiDWord : uint32 -> uint64
No code example is currently available or this language may not be supported.
[Missing <param name="dWordLong"/> documentation for "M:DevCase.Win32.UtilWin32.SetHiDword(System.UInt64,System.UInt32)"]
No code example is currently available or this language may not be supported.
Dim value as ULong = SetHiDword(ULong.MaxValue, UInteger.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.