.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlLargeIntegerShiftLeft 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlLargeIntegerShiftLeft\fR (NTDLL.@) .SH SYNOPSIS LONGLONG RtlLargeIntegerShiftLeft ( LONGLONG \fIa\fR, INT \fIcount\fR ) .SH DESCRIPTION .PP Perform \fIa\fR shift left on \fIa\fR \fB64\fR bit integer. .SH PARAMS \fIa\fR \fB[In]\fR Initial number. .PP \fIcount\fR \fB[In]\fR Number of bits to shift by. .PP .SH RETURNS .PP The value of \fIa\fR following the shift. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/large_int.c"\fR.