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". https://source.winehq.org/source/include/winternl.h

Implemented in "dlls/ntdll/large_int.c". https://source.winehq.org/source/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 Mar 2024.