ShiftLeft128 function
Shifts 128-bit left.
Syntax
DWORD64 ShiftLeft128( DWORD64 LowPart, DWORD64 HighPart, BYTE Shift );
Parameters
- LowPart
-
The low 64 bits.
- HighPart
-
The high 64 bits.
- Shift
-
Bytes to shift.
Return value
The shifted bits.
Community Additions
ADD
Show: