RtlLargeIntegerShiftRight (NTDLL.@)
LONGLONG RtlLargeIntegerShiftRight ( LONGLONG a, INT count )
Perform a shift right on a 64 bit integer.
a | [In] | Initial number. |
count | [In] | Number of bits to shift by. |
The value of a following the shift.
Declared in "include/winternl.h". gitlab.winehq.org/wine/wine/blob/master/include/winternl.h
Implemented in "dlls/ntdll/large_int.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ntdll/large_int.c
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.