Scroll to navigation

RtlLargeIntegerArithmeticShift(3w) Wine API RtlLargeIntegerArithmeticShift(3w)

NAME

RtlLargeIntegerArithmeticShift (NTDLL.@)

SYNOPSIS

LONGLONG RtlLargeIntegerArithmeticShift
(
LONGLONG a,
INT count
)
 

DESCRIPTION

Perform an arithmetic 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