Funzione ShiftLeft128 (winnt.h)
Sposta a sinistra 128 bit.
C++
DWORD64 ShiftLeft128(
DWORD64 LowPart,
DWORD64 HighPart,
BYTE Shift
);
LowPart
I 64 bit bassi.
HighPart
I 64 bit elevati.
Shift
Byte da spostare.
Bit spostati.
Requisito | Valore |
---|---|
Piattaforma di destinazione | Windows |
Intestazione | winnt.h |