ShiftLeft128 function (winnt.h)
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.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | winnt.h |