RtlLargeIntegerShiftLeft(3w)
NAME
RtlLargeIntegerShiftLeft (NTDLL.@)
SYNOPSIS
LONGLONG RtlLargeIntegerShiftLeft ( LONGLONG a, INT count )
DESCRIPTION
Perform a shift left 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
Defined in "winternl.h".
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/large_int.c".