table of contents
other versions
- wheezy 1.4.1-4
RtlLargeIntegerShiftRight(3w) | Wine API | RtlLargeIntegerShiftRight(3w) |
NAME¶
RtlLargeIntegerShiftRight (NTDLL.@)SYNOPSIS¶
LONGLONG RtlLargeIntegerShiftRight(
LONGLONG a,
INT count
)
DESCRIPTION¶
Perform a shift right on a 64 bit integer.PARAMS¶
a [In] Initial number. count [In] Number of bits to shift by.RETURNS¶
The value of a following the shift.IMPLEMENTATION¶
Declared in "winternl.h". Implemented in "dlls/ntdll/large_int.c".Oct 2012 | Wine API |