.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlExtendedIntegerMultiply 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlExtendedIntegerMultiply\fR (NTDLL.@) .SH SYNOPSIS LONGLONG RtlExtendedIntegerMultiply ( LONGLONG \fIa\fR, INT \fIb\fR ) .SH DESCRIPTION .PP Multiply one \fB64\fR bit integer by another \fB32\fR bit integer. .SH PARAMS \fIa\fR \fB[In]\fR Initial number. .PP \fIb\fR \fB[In]\fR Number to multiply \fIa\fR by. .PP .SH RETURNS .PP The product of \fIa\fR and \fIb\fR. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/large_int.c"\fR.