Funzione ShiftRight128 (winnt.h)
Sposta a destra a 128 bit.
Sintassi
DWORD64 ShiftRight128(
DWORD64 LowPart,
DWORD64 HighPart,
BYTE Shift
);
Parametri
LowPart
I 64 bit bassi.
HighPart
I 64 bit alti.
Shift
Byte da spostare.
Valore restituito
Bit spostati.
Requisiti
Requisito | Valore |
---|---|
Piattaforma di destinazione | Windows |
Intestazione | winnt.h |